Skip to content

Commit a3cc114

Browse files
committed
chore: icon classname updated
1 parent e00901e commit a3cc114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/InfoBlock/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const VARIANT_TO_ICON_MAP: Record<InfoBlockProps['variant'], InfoBlockPro
3838
help: <ICHelp className="fcv-5" />,
3939
information: <Icon name="ic-info-filled" color="B500" />,
4040
success: <ICSuccess />,
41-
warning: <ICWarningY5 className="icon-dim-20-imp" />,
41+
warning: <ICWarningY5 />,
4242
neutral: <Icon name="ic-info-filled" color={null} />,
4343
}
4444

0 commit comments

Comments
 (0)