fix: update default theme

This commit is contained in:
wwsun
2023-11-28 14:51:10 +08:00
parent 7f46137c56
commit 14cd4c54a1
+3 -3
View File
@@ -31,11 +31,11 @@ export default extendTheme({
toolbarDividerColor: 'gray.60',
toolbarButtonBg: 'rgba(223, 223, 223, 0.08)',
toolbarButtonBgHover: '#4080ff',
toolbarButtonBgDisabled: 'rgb(223,223,223)',
toolbarButtonBgDisabled: 'rgba(223,223,223, 0.08)',
toolbarButtonBgActive: '#4080ff',
toolbarButtonTextColor: '#f5f5f5',
toolbarButtonTextColor: '#FFF',
toolbarButtonTextColorHover: '#FFF',
toolbarButtonTextColorDisabled: 'rgb(201,205,212)',
toolbarButtonTextColorDisabled: 'hsla(0,0%,100%,0.3)',
toolbarButtonTextColorActive: '#fff',
sidebarBg: '#fff',
sidebarExpandBg: '#fff',