mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 18:16:15 +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',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ export interface AffineTheme {
|
||||
highlight: string;
|
||||
disabled: string;
|
||||
background: string;
|
||||
hoverBackground: string;
|
||||
};
|
||||
font: {
|
||||
xs: string; // tiny
|
||||
|
||||
Reference in New Issue
Block a user