Skip to content

Commit

Permalink
fix: reduce theme selector width to 100px to prevent crowding with ic…
Browse files Browse the repository at this point in the history
…on buttons
  • Loading branch information
ashwin-ant committed Dec 19, 2024
1 parent 53226dd commit ffc2966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const Sidebar = ({
setTheme(value as "system" | "light" | "dark")
}
>
<SelectTrigger className="w-[120px]" id="theme-select">
<SelectTrigger className="w-[100px]" id="theme-select">
<SelectValue />
</SelectTrigger>
<SelectContent>
Expand Down

0 comments on commit ffc2966

Please sign in to comment.