Skip to content

Commit ffc2966

Browse files
committed
fix: reduce theme selector width to 100px to prevent crowding with icon buttons
1 parent 53226dd commit ffc2966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const Sidebar = ({
227227
setTheme(value as "system" | "light" | "dark")
228228
}
229229
>
230-
<SelectTrigger className="w-[120px]" id="theme-select">
230+
<SelectTrigger className="w-[100px]" id="theme-select">
231231
<SelectValue />
232232
</SelectTrigger>
233233
<SelectContent>

0 commit comments

Comments
 (0)