Adjust font weight in multi select (#930)

This commit is contained in:
Kerem Yilmaz
2024-10-08 10:04:15 -07:00
committed by GitHub
parent 47f2c5926a
commit 6f16510a7a

View File

@@ -238,7 +238,7 @@ export const MultiSelect = React.forwardRef<
</div>
) : (
<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}
</span>
<ChevronDownIcon className="mx-2 h-4 cursor-pointer text-muted-foreground" />