fix different background color on input helper text

This commit is contained in:
Mikhail Mikheev 2019-09-05 17:59:01 +04:00
parent 7b66b282df
commit 962da97ad0
1 changed files with 0 additions and 2 deletions

View File

@ -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
}, },
}, },