Skip to content

Commit

Permalink
remove shadow for SearchbarWrapper
Browse files Browse the repository at this point in the history
Signed-off-by: ShatilKhan <shatilshahriar009@gmail.com>
  • Loading branch information
ShatilKhan committed Dec 6, 2024
1 parent 74d3a4d commit 02fd33c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const SearchIcon = styled(Search)`

const SearchbarWrapper = styled.div`
border-radius: ${({ theme }) => theme.borderRadius};
box-shadow: ${({ theme }) => theme.shadows.filterShadow};
border: 1px solid ${({ theme }) => theme.colors.neutral150}
&:focus-within {
Expand Down

0 comments on commit 02fd33c

Please sign in to comment.