style: drawer styles

This commit is contained in:
jialin
2025-12-10 15:50:53 +08:00
parent dda2213593
commit d8452e98f5
10 changed files with 34 additions and 55 deletions
+3 -1
View File
@@ -82,7 +82,9 @@ export default function useOverlayScroller(data?: {
...scrollbars,
theme:
scrollbars?.theme ||
(userSettings.theme === 'light' ? 'os-theme-dark' : 'os-theme-light')
(userSettings.theme === 'light' || !userSettings.theme
? 'os-theme-dark'
: 'os-theme-light')
}
},
events: {