Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 4bf6749

Browse files
committed
fix: typo
1 parent a9020e0 commit 4bf6749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/Input/Input.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const radioCheckWrapperStyles = (theme, type, size, fullWidth) => css`
119119
width: 100%;
120120
`}
121121
122-
& input, {
122+
& input {
123123
vertical-align: top;
124124
}
125125

0 commit comments

Comments
 (0)