Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: search bar font size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meenu-deriv committed Dec 25, 2023
1 parent 35bfced commit 12f7c95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const StyledChevron = styled.img`
const SearchInput = styled.input`
width: 100%;
color: var(--color-black);
font-size: 14px;
background-color: var(--color-white);
border: none;
outline: none;
Expand Down

0 comments on commit 12f7c95

Please sign in to comment.