mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
feat: modify theme mode switch style
This commit is contained in:
@@ -7,6 +7,7 @@ export const lightTheme: AffineTheme = {
|
||||
highlight: '#7389FD',
|
||||
disabled: '#9096A5',
|
||||
background: '#fff',
|
||||
hoverBackground: '#F1F3FF',
|
||||
},
|
||||
font: {
|
||||
xs: '12px',
|
||||
@@ -22,6 +23,7 @@ export const darkTheme: AffineTheme = {
|
||||
highlight: '#7389FD',
|
||||
disabled: '#9096A5',
|
||||
background: '#3d3c3f',
|
||||
hoverBackground: '#F1F3FF',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user