Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Nov 17, 2021
1 parent 0340276 commit 0acdcaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/tusimple/src/theme-overrides-dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const themeOverridesDark: GlobalThemeOverrides = {
itemTextColor: '#ADADAD'
},
Button: {
fontWeightText: commonDark.fontWeightStrong,
fontWeightStrong: commonDark.fontWeightStrong,
textColor: '#FFFFFF',
textColorWarning: '#333',
textColorSuccess: '#333',
Expand Down
2 changes: 1 addition & 1 deletion themes/tusimple/src/theme-overrides-light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const themeOverridesLight: GlobalThemeOverrides = {
iconMarginSmall: '8px',
iconMarginMedium: '8px',
iconMarginLarge: '12px',
fontWeightText: '600'
fontWeightStrong: '600'
},
Checkbox: {
sizeMedium: '16px',
Expand Down

0 comments on commit 0acdcaa

Please sign in to comment.