Skip to content

Commit

Permalink
#377 Alert now uses 'large' size for Icon (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Graczyk authored Aug 12, 2022
1 parent 2f399fa commit 1959027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-components/src/components/Alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const Alert: React.FC<AlertProps> = ({
<div className={styles[`${baseClass}__content`]}>
<Icon
{...IconConfig[kind]}
size="large"
className={styles[`${baseClass}__content-icon`]}
/>
<Text
Expand Down

0 comments on commit 1959027

Please sign in to comment.