We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccc035 commit 102194bCopy full SHA for 102194b
1 file changed
src/components/InputField/styles.ts
@@ -6,7 +6,7 @@ export const StyledContainer = styled.div`
6
justify-content: center;
7
align-items: flex-start;
8
width: 100%;
9
- gap: 10;
+ gap: 10px;
10
`;
11
12
export const StyledInput = styled.input`
0 commit comments