From 56c567e3f96ed8086e1b4a82e5d1096b19d20dc4 Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Mon, 30 Oct 2023 16:31:11 -0700 Subject: [PATCH] Increase Alerts component border radius --- src/alert/alert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alert/alert.tsx b/src/alert/alert.tsx index 455e7cee5..00733ba74 100644 --- a/src/alert/alert.tsx +++ b/src/alert/alert.tsx @@ -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)]} >