Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet committed Feb 24, 2024
1 parent b74742d commit 90806ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoints/injected/components/Colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Colors = memo((props: { minimized?: boolean }) => {
<div className="flex items-center gap-2">
<span className="flex-1">Colors</span>

<Select onValueChange={(e: 'rgb') => setMode(e)}>
<Select onValueChange={(e: 'rgb') => setMode(e)} defaultValue={mode}>
<SelectTrigger className="w-auto h-auto p-0 uppercase [&_span]:uppercase !shadow-[none] text-xs">
<SelectValue placeholder={mode} className="uppercase" />
</SelectTrigger>
Expand Down

0 comments on commit 90806ad

Please sign in to comment.