File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,8 @@ export const styles = theme => {
39
39
/* Styles applied to the root element. */
40
40
root : {
41
41
// Mimics the default input display property used by browsers for an input.
42
- fontFamily : theme . typography . fontFamily ,
42
+ ... theme . typography . body1 ,
43
43
color : theme . palette . text . primary ,
44
- fontSize : theme . typography . pxToRem ( 16 ) ,
45
44
lineHeight : '1.1875em' , // Reset (19px), match the native input line-height
46
45
boxSizing : 'border-box' , // Prevent padding issue with fullWidth.
47
46
position : 'relative' ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const styles = theme => {
39
39
textAlign : 'left' ,
40
40
padding : 0 ,
41
41
height : 11 , // sync with `lineHeight` in `legend` styles
42
- fontSize : '1.05rem ' ,
42
+ fontSize : '0.75em ' ,
43
43
visibility : 'hidden' ,
44
44
maxWidth : 0.01 ,
45
45
transition : theme . transitions . create ( 'max-width' , {
You can’t perform that action at this time.
0 commit comments