Skip to content

Commit 102194b

Browse files
committed
Fix flex gap in InputField
1 parent eccc035 commit 102194b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/InputField/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const StyledContainer = styled.div`
66
justify-content: center;
77
align-items: flex-start;
88
width: 100%;
9-
gap: 10;
9+
gap: 10px;
1010
`;
1111

1212
export const StyledInput = styled.input`

0 commit comments

Comments
 (0)