diff --git a/src/core/Alert/Alert.baseStyles.ts b/src/core/Alert/Alert.baseStyles.ts index 608fd1c00..93f4082b0 100644 --- a/src/core/Alert/Alert.baseStyles.ts +++ b/src/core/Alert/Alert.baseStyles.ts @@ -82,7 +82,7 @@ export const baseStyles = (theme: SuomifiTheme) => css` & .fi-alert_style-wrapper { & .fi-alert_icon--neutral { & .fi-icon-base-fill { - fill: ${theme.colors.accentSecondary}; + fill: ${theme.colors.blackBase}; } } } diff --git a/src/core/Alert/__snapshots__/Alert.test.tsx.snap b/src/core/Alert/__snapshots__/Alert.test.tsx.snap index b8415edd4..78e3f09b8 100644 --- a/src/core/Alert/__snapshots__/Alert.test.tsx.snap +++ b/src/core/Alert/__snapshots__/Alert.test.tsx.snap @@ -302,7 +302,7 @@ exports[`props children should match snapshot 1`] = ` } .c1.fi-alert.fi-alert--neutral .fi-alert_style-wrapper .fi-alert_icon--neutral .fi-icon-base-fill { - fill: hsl(196,77%,44%); + fill: hsl(0,0%,13%); } .c1.fi-alert.fi-alert--error {