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: {
|
flat: {
|
||||||
"& span": {
|
"& span": {
|
||||||
color: colors.font.textButton
|
color: colors.primary
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
flatPrimary: {
|
flatPrimary: {
|
||||||
"& span": {
|
"& span": {
|
||||||
color: colors.font.textButton
|
color: colors.primary
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
|
|
Loading…
Reference in a new issue