Skip to content

Commit aff94d2

Browse files
authored
fixed icon color variable name
1 parent 12722e5 commit aff94d2

File tree

1 file changed

+3
-3
lines changed
  • app/design/frontend/Magento/blank/Magento_CatalogSearch/web/css/source

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/blank/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
@_icon-font-content: @icon-search,
3737
@_icon-font-size: 35px,
3838
@_icon-font-line-height: 33px,
39-
@_icon-font-color: @minicart-icons-color,
40-
@_icon-font-color-hover: @minicart-icons-color-hover,
41-
@_icon-font-color-active: @minicart-icons-color-hover,
39+
@_icon-font-color: @header-icons-color,
40+
@_icon-font-color-hover: @header-icons-color-hover,
41+
@_icon-font-color-active: @header-icons-color-hover,
4242
@_icon-font-text-hide: true
4343
);
4444
display: inline-block;

0 commit comments

Comments
 (0)