mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
feat: reset modal
This commit is contained in:
@@ -29,7 +29,7 @@ export const lightTheme: AffineTheme = {
|
||||
sm: '16px',
|
||||
base: '18px',
|
||||
family: `Avenir Next, ${basicFontFamily}`,
|
||||
family2: `Roboto Mono, ${basicFontFamily}`,
|
||||
family2: `Roboto, ${basicFontFamily}`,
|
||||
},
|
||||
zIndex: {
|
||||
modal: 1000,
|
||||
@@ -55,8 +55,8 @@ export const darkTheme: AffineTheme = {
|
||||
|
||||
textColor: '#fff',
|
||||
iconColor: '#9096A5',
|
||||
linkColor: '#6880FF',
|
||||
linkColor2: '#7D91FF',
|
||||
linkColor: '#7D91FF',
|
||||
linkColor2: '#6880FF',
|
||||
linkVisitedColor: '#505FAB',
|
||||
popoverColor: '#A9B1C6',
|
||||
codeColor: '#BDDBFD',
|
||||
|
||||
Reference in New Issue
Block a user