Skip to content

Commit

Permalink
chore: remove border color from search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthJadhav committed Jul 19, 2023
1 parent 5de52e2 commit 6c02778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchInput/SearchInput.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function SearchInput() {
fontSize="18px"
size="lg"
variant="filled"
focusBorderColor="0"
border="none"
background="transparent"
color="white"
_hover={{ bg: 'transparent' }}
Expand Down

0 comments on commit 6c02778

Please sign in to comment.