Skip to content

Commit

Permalink
Adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Jul 7, 2023
1 parent 8d523d6 commit 6bf222d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ const SearchCmp: FC<SearchProps> = ({ scope, variant, disabled, onFocusChange: o
lineHeight: 2,
alignItems: 'center',
verticalAlign: 'middle',
mb: 3,
mt: 3,
mb: 4,
}}
>
<ErrorIcon sx={{ mr: 3 }} />
Expand All @@ -254,7 +255,8 @@ const SearchCmp: FC<SearchProps> = ({ scope, variant, disabled, onFocusChange: o
lineHeight: 2,
alignItems: 'center',
verticalAlign: 'middle',
mb: 3,
mt: 3,
mb: 4,
}}
>
<WarningIcon sx={{ mr: 3 }} />
Expand Down

0 comments on commit 6bf222d

Please sign in to comment.