diff --git a/packages/components/src/item-group/styles.ts b/packages/components/src/item-group/styles.ts index 7fe7dd1d00409..a2d73c8dcfc59 100644 --- a/packages/components/src/item-group/styles.ts +++ b/packages/components/src/item-group/styles.ts @@ -18,6 +18,7 @@ export const unstyledButton = ( as: 'a' | 'button' ) => { background: none; text-align: start; text-decoration: ${ as === 'a' ? 'none' : undefined }; + svg, path { fill: currentColor;