diff --git a/packages/react/src/__tests__/__snapshots__/storyshots.test.js.snap b/packages/react/src/__tests__/__snapshots__/storyshots.test.js.snap index 141554a683b..720b725f1c6 100644 --- a/packages/react/src/__tests__/__snapshots__/storyshots.test.js.snap +++ b/packages/react/src/__tests__/__snapshots__/storyshots.test.js.snap @@ -36322,7 +36322,7 @@ exports[`Storyshots Components/Dotcom shell Default (footer language only) 1`] = > @@ -43360,7 +43360,7 @@ exports[`Storyshots Components/Dotcom shell Default 1`] = ` > @@ -49424,7 +49424,7 @@ exports[`Storyshots Components/Dotcom shell Search open 1`] = ` > @@ -59682,7 +59682,7 @@ exports[`Storyshots Components/Dotcom shell With L1 1`] = ` > @@ -66775,7 +66775,7 @@ exports[`Storyshots Components/Dotcom shell With micro footer (language only) 1` > @@ -72740,7 +72740,7 @@ exports[`Storyshots Components/Dotcom shell With micro footer 1`] = ` > @@ -78413,7 +78413,7 @@ exports[`Storyshots Components/Dotcom shell With platform 1`] = ` > @@ -84654,7 +84654,7 @@ exports[`Storyshots Components/Dotcom shell With short footer (language only) 1` > @@ -91691,7 +91691,7 @@ exports[`Storyshots Components/Dotcom shell With short footer 1`] = ` > @@ -115341,7 +115341,7 @@ exports[`Storyshots Components/Masthead Default 1`] = ` > @@ -116022,7 +116022,7 @@ exports[`Storyshots Components/Masthead Search open onload 1`] = ` > @@ -120914,7 +120914,7 @@ exports[`Storyshots Components/Masthead With L1 1`] = ` > @@ -122574,7 +122574,7 @@ exports[`Storyshots Components/Masthead With alternate logo and tooltip 1`] = ` > @@ -127300,7 +127300,7 @@ exports[`Storyshots Components/Masthead With custom navigation 1`] = ` > @@ -128880,7 +128880,7 @@ exports[`Storyshots Components/Masthead With platform 1`] = ` > diff --git a/packages/styles/icons/svg/IBM-8bar-logo--h23.svg b/packages/styles/icons/svg/IBM-8bar-logo--h23.svg index cf4f52131fa..dec214f8d2e 100644 --- a/packages/styles/icons/svg/IBM-8bar-logo--h23.svg +++ b/packages/styles/icons/svg/IBM-8bar-logo--h23.svg @@ -1,7 +1,7 @@ - + diff --git a/packages/styles/scss/components/masthead/_masthead.scss b/packages/styles/scss/components/masthead/_masthead.scss index dffe2ba048a..51a17ad68a1 100755 --- a/packages/styles/scss/components/masthead/_masthead.scss +++ b/packages/styles/scss/components/masthead/_masthead.scss @@ -56,6 +56,16 @@ $search-transition-timing: 95ms; svg { width: 58px; height: 23px; + + g, + path { + fill: $layer-selected-inverse; + + /* stylelint-disable-next-line media-feature-name-no-unknown */ + @media (prefers-contrast: more) { + fill: ButtonText; + } + } } &::after {