Skip to content

Commit

Permalink
Adjust font weight in multi select (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Oct 8, 2024
1 parent 47f2c59 commit 6f16510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyvern-frontend/src/components/ui/multi-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 6f16510

Please sign in to comment.