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