Fix cancel button colors

This commit is contained in:
Krzysztof Bialoglowicz 2019-10-22 12:14:03 +02:00
parent a1040a44c4
commit 4af5f080d9

View file

@ -60,7 +60,7 @@ export default (colors: IThemeColors): Theme =>
},
flat: {
"& span": {
color: colors.font.gray
color: colors.font.default
}
},
flatPrimary: {