Skip to content

Commit

Permalink
fix: (o-header) tweak the icon size to make sure the container is `40…
Browse files Browse the repository at this point in the history
…px` tall
  • Loading branch information
metart43 committed Aug 20, 2024
1 parent df30b66 commit 8e8e092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/o-header/src/scss/features/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e8e092

Please sign in to comment.