Skip to content

Commit

Permalink
Increase Alerts component border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieyan committed Oct 30, 2023
1 parent 1b5d490 commit 56c567e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alert/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Alert({ id, children, tone, closeLabel, onClose }: AlertProps) {
id={id}
role="alert"
aria-live="polite"
borderRadius="standard"
borderRadius="full"
className={[styles.container, getClassNames(styles, 'tone', tone)]}
>
<Columns space="small" alignY="top">
Expand Down

0 comments on commit 56c567e

Please sign in to comment.