Fix radio button styles

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-11 10:29:17 +02:00
parent 9899223a41
commit 8c5d287ebe
2 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import { FormattedMessage } from "react-intl";
const styles = createStyles({
formControl: {
padding: "0 15px",
padding: 0,
width: "100%"
},
formLabel: {

View file

@ -106,6 +106,9 @@ export default (colors: IThemeColors): Theme =>
MuiFormLabel: {
filled: {
color: [[colors.primary], "!important"] as any
},
focused: {
color: [[colors.font.gray], "!important"] as any
}
},
MuiIconButton: {