🔧 chore: use wavyBorder
This commit is contained in:
parent
aa5507f309
commit
638e31f7fe
@ -6,15 +6,15 @@ import React, {
|
|||||||
} from 'react';
|
} from 'react';
|
||||||
import { useNavigate } from 'react-router-dom';
|
import { useNavigate } from 'react-router-dom';
|
||||||
import { useSelect } from 'downshift';
|
import { useSelect } from 'downshift';
|
||||||
|
import { UserSelectTheme, userSelectTheme } from './UserSelect.theme';
|
||||||
|
import { EmptyUserSelectItem, UserSelectItem } from './UserSelectItem';
|
||||||
import {
|
import {
|
||||||
BuildingIcon,
|
BuildingIcon,
|
||||||
ChevronUpDown,
|
ChevronUpDown,
|
||||||
SettingsSlidersIcon,
|
SettingsSlidersIcon,
|
||||||
SquigglyLine,
|
|
||||||
} from 'components/shared/CustomIcon';
|
} from 'components/shared/CustomIcon';
|
||||||
|
import { WavyBorder } from 'components/shared/WavyBorder';
|
||||||
import { cn } from 'utils/classnames';
|
import { cn } from 'utils/classnames';
|
||||||
import { UserSelectTheme, userSelectTheme } from './UserSelect.theme';
|
|
||||||
import { EmptyUserSelectItem, UserSelectItem } from './UserSelectItem';
|
|
||||||
|
|
||||||
export type UserSelectOption = {
|
export type UserSelectOption = {
|
||||||
value: string;
|
value: string;
|
||||||
@ -182,11 +182,9 @@ export const UserSelect = ({ options, value }: UserSelectProps) => {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Squiggly line */}
|
{/* WavyBorder */}
|
||||||
{/* //TODO:remove if personal dont exist */}
|
{/* //TODO:remove if personal dont exist */}
|
||||||
<div>
|
<WavyBorder />
|
||||||
<SquigglyLine />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className={theme.popoverItemWrapper()}>
|
<div className={theme.popoverItemWrapper()}>
|
||||||
{/* //TODO:Personal (replace options with Personal Options) */}
|
{/* //TODO:Personal (replace options with Personal Options) */}
|
||||||
|
Loading…
Reference in New Issue
Block a user