Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
Signed-off-by: ShatilKhan <[email protected]>
  • Loading branch information
ShatilKhan committed Dec 12, 2024
1 parent 02fd33c commit 2bf421a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/design-system/src/components/Searchbar/Searchbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const SearchbarWrapper = styled.div`

const SearchbarInput = styled(Field.Input)`
border: 1px solid ${({ theme }) => theme.colors.neutral150}
height: 32px;
padding: 0 8px;
height: 16px;
padding: 0 0 0 8px;
color: ${({ theme }) => theme.colors.neutral800};
&::placeholder {
Expand Down

0 comments on commit 2bf421a

Please sign in to comment.