From 7af3cc3c4ffe1962039f0e1d276366c1d18e497f Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 21 Jun 2024 09:42:53 -0400 Subject: [PATCH] fix icon sizes when they have attributes --- src/components/icon/icon.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/icon/icon.styles.ts b/src/components/icon/icon.styles.ts index 0a3787904..4bb5e5db9 100644 --- a/src/components/icon/icon.styles.ts +++ b/src/components/icon/icon.styles.ts @@ -15,6 +15,7 @@ export default css` svg { display: inline-block; + width: auto; height: 1em; fill: currentColor;