From b2a54d77094404f23d3d9b4c656bba145e73c8af Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Tue, 31 Oct 2023 09:10:37 -0700 Subject: [PATCH] Apply colours directly to svg instead of to column element --- src/alert/alert.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/alert/alert.tsx b/src/alert/alert.tsx index 057164689..ccd00f5ef 100644 --- a/src/alert/alert.tsx +++ b/src/alert/alert.tsx @@ -34,8 +34,8 @@ function Alert({ id, children, tone, closeLabel, onClose }: AlertProps) { className={[styles.container, getClassNames(styles, 'tone', tone)]} > - - + +