Skip to content

Commit

Permalink
fix: use correct font size
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Nov 8, 2023
1 parent 51b2717 commit b9c62ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/searchbar/searchbar.md.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $searchbar-md-cancel-button-color: $text-color-step-100 !default;
$searchbar-md-cancel-button-background-color: transparent !default;

/// @prop - Font size of the searchbar cancel button
$searchbar-md-cancel-button-font-size: 1.6em !default;
$searchbar-md-cancel-button-font-size: 1.5em !default;

/// @prop - Color of the searchbar input search icon
$searchbar-md-input-search-icon-color: $text-color-step-400 !default;
Expand Down

0 comments on commit b9c62ca

Please sign in to comment.