From b9c62caf8b4a7f93deb85164f4be3630ea547716 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 8 Nov 2023 10:59:34 -0500 Subject: [PATCH] fix: use correct font size --- core/src/components/searchbar/searchbar.md.vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/searchbar/searchbar.md.vars.scss b/core/src/components/searchbar/searchbar.md.vars.scss index a764fe4123f..0af1072dc24 100644 --- a/core/src/components/searchbar/searchbar.md.vars.scss +++ b/core/src/components/searchbar/searchbar.md.vars.scss @@ -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;