Skip to content

Commit

Permalink
[TextField] Fix blurry text on label (#19547)
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Feb 4, 2020
1 parent 6b3e858 commit 9c3904d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/FormControl/FormControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const styles = {
padding: 0,
margin: 0,
border: 0,
zIndex: 0, // Fix blur label text issue
verticalAlign: 'top', // Fix alignment issue on Safari.
},
/* Styles applied to the root element if `margin="normal"`. */
Expand Down

0 comments on commit 9c3904d

Please sign in to comment.