From 8e8e092ee466eb615d785e5bb1bebb4fc1ed07ef Mon Sep 17 00:00:00 2001 From: metart43 Date: Tue, 20 Aug 2024 10:03:54 +0100 Subject: [PATCH] fix: (o-header) tweak the icon size to make sure the container is `40px` tall --- components/o-header/src/scss/features/_search.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/o-header/src/scss/features/_search.scss b/components/o-header/src/scss/features/_search.scss index 3d941621a4..2555691318 100644 --- a/components/o-header/src/scss/features/_search.scss +++ b/components/o-header/src/scss/features/_search.scss @@ -47,7 +47,7 @@ } .o-header__search-icon { - @include oIconsContent($icon-name: 'search', $size: 40, $color: white); + @include oIconsContent($icon-name: 'search', $size: 38, $color: white); @include oGridRespondTo($until: 'S') { display: none;