Adjust font weight in multi select (#930)
This commit is contained in:
@@ -238,7 +238,7 @@ export const MultiSelect = React.forwardRef<
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="mx-auto flex w-full items-center justify-between">
|
<div className="mx-auto flex w-full items-center justify-between">
|
||||||
<span className="mx-3 text-sm text-muted-foreground">
|
<span className="mx-3 text-sm font-normal text-muted-foreground">
|
||||||
{placeholder}
|
{placeholder}
|
||||||
</span>
|
</span>
|
||||||
<ChevronDownIcon className="mx-2 h-4 cursor-pointer text-muted-foreground" />
|
<ChevronDownIcon className="mx-2 h-4 cursor-pointer text-muted-foreground" />
|
||||||
|
|||||||
Reference in New Issue
Block a user