mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
fix: type
This commit is contained in:
parent
0340276264
commit
0acdcaa4c2
@ -107,7 +107,7 @@ export const themeOverridesDark: GlobalThemeOverrides = {
|
||||
itemTextColor: '#ADADAD'
|
||||
},
|
||||
Button: {
|
||||
fontWeightText: commonDark.fontWeightStrong,
|
||||
fontWeightStrong: commonDark.fontWeightStrong,
|
||||
textColor: '#FFFFFF',
|
||||
textColorWarning: '#333',
|
||||
textColorSuccess: '#333',
|
||||
|
@ -136,7 +136,7 @@ export const themeOverridesLight: GlobalThemeOverrides = {
|
||||
iconMarginSmall: '8px',
|
||||
iconMarginMedium: '8px',
|
||||
iconMarginLarge: '12px',
|
||||
fontWeightText: '600'
|
||||
fontWeightStrong: '600'
|
||||
},
|
||||
Checkbox: {
|
||||
sizeMedium: '16px',
|
||||
|
Loading…
Reference in New Issue
Block a user