Skip to content

Commit 29bfce2

Browse files
committed
Revert "[TextField] Fix blurry text on label (mui#19547)"
Closes mui#19677 This reverts commit 9c3904d.
1 parent bd23da4 commit 29bfce2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/material-ui/src/FormControl/FormControl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const styles = {
1818
padding: 0,
1919
margin: 0,
2020
border: 0,
21-
zIndex: 0, // Fix blur label text issue
2221
verticalAlign: 'top', // Fix alignment issue on Safari.
2322
},
2423
/* Styles applied to the root element if `margin="normal"`. */

0 commit comments

Comments
 (0)