Skip to content

Commit 7532343

Browse files
committed
refactor(textfield): remove obsolete styled component export
1 parent 205c77e commit 7532343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TextField/TextField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const sharedInputStyles = css`
4545
variant !== 'flat' && disabled && createDisabledTextStyles()}
4646
`;
4747

48-
export const StyledTextInput = styled.input`
48+
const StyledTextInput = styled.input`
4949
${sharedInputStyles}
5050
padding: 0 8px;
5151
`;

0 commit comments

Comments
 (0)