Skip to content

Commit

Permalink
fix: input margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocasares committed Oct 29, 2020
1 parent fd53a26 commit ca0404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchInput/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const SearchInput = styled.input`
padding: var(--sz3);
font-size: var(--sz4);
border-radius: var(--sz1);
margin-bottom: var(--sz4);
margin-bottom: var(--sz5);
color: var(--foreground);
background: var(--background);
border: 1px solid var(--accents-2);
Expand Down

0 comments on commit ca0404d

Please sign in to comment.