Skip to content

Commit

Permalink
fix alert icon color and update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
LJKaski committed Nov 3, 2023
1 parent b56a592 commit ef7df17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Alert/Alert.baseStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/core/Alert/__snapshots__/Alert.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ef7df17

Please sign in to comment.