Fix color on flat button in dark mode
This commit is contained in:
parent
b6529efd83
commit
07fbcf7162
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@ export default (colors: IThemeColors): Theme =>
|
|||
},
|
||||
flat: {
|
||||
"& span": {
|
||||
color: colors.font.textButton
|
||||
color: colors.primary
|
||||
}
|
||||
},
|
||||
flatPrimary: {
|
||||
"& span": {
|
||||
color: colors.font.textButton
|
||||
color: colors.primary
|
||||
}
|
||||
},
|
||||
label: {
|
||||
|
|
Loading…
Reference in a new issue