fix different background color on input helper text
This commit is contained in:
parent
7b66b282df
commit
962da97ad0
|
@ -15,7 +15,6 @@ import {
|
||||||
regularFont,
|
regularFont,
|
||||||
boldFont,
|
boldFont,
|
||||||
buttonLargeFontSize,
|
buttonLargeFontSize,
|
||||||
border,
|
|
||||||
xs,
|
xs,
|
||||||
secondaryText,
|
secondaryText,
|
||||||
} from './variables'
|
} from './variables'
|
||||||
|
@ -149,7 +148,6 @@ export default createMuiTheme({
|
||||||
color: secondary,
|
color: secondary,
|
||||||
order: 0,
|
order: 0,
|
||||||
marginTop: '0px',
|
marginTop: '0px',
|
||||||
backgroundColor: border,
|
|
||||||
zIndex: 1, // for firefox
|
zIndex: 1, // for firefox
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue