Theme scrollbars for dark mode

Add global webkit and Firefox scrollbar styling using semantic
color tokens. Fix component scrollbar classes in GlobalSearchBar
and CompanySwitcher from hardcoded gray to theme-aware colors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darko Gjorgjijoski
2026-04-04 03:15:00 +02:00
parent 249b2759b6
commit a10d4d2de9
3 changed files with 23 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
scrollbar-thin scrollbar-thumb-rounded-full
w-[300px]
max-h-[350px]
scrollbar-thumb-gray-300 scrollbar-track-gray-10
scrollbar-thumb-surface-muted scrollbar-track-surface-secondary
pb-4
"
>

View File

@@ -29,8 +29,8 @@
class="
scrollbar-thin
scrollbar-thumb-rounded-full
scrollbar-thumb-gray-300
scrollbar-track-gray-100
scrollbar-thumb-surface-muted
scrollbar-track-surface-secondary
overflow-y-auto
bg-surface
rounded-md