Skip to content

Commit

Permalink
fix(search-bar): font
Browse files Browse the repository at this point in the history
  • Loading branch information
Neox63 committed Jul 4, 2024
1 parent 889c766 commit 14f78b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/Molecules/SearchBar/searchBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
color: var(--grey-dark);
outline: 1px solid var(--grey-lighter);
border-radius: rem-convert(8px);
font-size: var(--font-size-paragraph-2);
line-height: var(--line-height-paragraph-2);
font-weight: 400;

&--lg {
padding-top: 15px;
Expand Down

0 comments on commit 14f78b6

Please sign in to comment.