Fix cancel button colors
This commit is contained in:
parent
a1040a44c4
commit
4af5f080d9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default (colors: IThemeColors): Theme =>
|
||||||
},
|
},
|
||||||
flat: {
|
flat: {
|
||||||
"& span": {
|
"& span": {
|
||||||
color: colors.font.gray
|
color: colors.font.default
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
flatPrimary: {
|
flatPrimary: {
|
||||||
|
|
Loading…
Reference in a new issue