Skip to content

Commit 9580cf3

Browse files
committed
bring back fixes
1 parent 457f2e3 commit 9580cf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/mui-material/src/FilledInput/FilledInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const FilledInputRoot = styled(InputBaseRoot, {
124124
}`,
125125
left: 0,
126126
bottom: 0,
127-
content: '"\\00a0"',
127+
content: '""',
128128
position: 'absolute',
129129
right: 0,
130130
transition: theme.transitions.create('border-bottom-color', {

packages/mui-material/src/Input/Input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const InputRoot = styled(InputBaseRoot, {
9898
borderBottom: `1px solid ${bottomLineColor}`,
9999
left: 0,
100100
bottom: 0,
101-
content: '"\\00a0"',
101+
content: '""',
102102
position: 'absolute',
103103
right: 0,
104104
transition: theme.transitions.create('border-bottom-color', {

0 commit comments

Comments
 (0)