Skip to content

Commit

Permalink
Update packages/components/src/components/Alert/Alert.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tim R <[email protected]>
  • Loading branch information
narin and TimRoe authored Apr 30, 2024
1 parent 551c1b9 commit dcdd1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/Alert/Alert.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ describe('Alert', () => {
const { backgroundColor, borderLeftColor } = getContentStyle(component)
expect(backgroundColor).toBe('#ecf3ec')
expect(borderLeftColor).toBe('#008817')
expect(getIconName(component)).toBe('Check')
expect(getTextColor(component)).toBe('#3d4551')
expect(getIconName(component)).toBe('Check')
})
})

Expand Down

0 comments on commit dcdd1b4

Please sign in to comment.