@moderneinc/design-system-components 7.5.1-next.fef5b2 → 7.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1851,7 +1851,7 @@ const IconWrapper$1 = styles.styled('span')(({ theme }) => ({
1851
1851
  alignItems: 'center',
1852
1852
  justifyContent: 'center',
1853
1853
  flexShrink: 0,
1854
- fontSize: theme.typography.pxToRem(designSystemTokens.typography.fontSize.h4),
1854
+ fontSize: theme.typography.pxToRem(designSystemTokens.iconSize.lg),
1855
1855
  color: designSystemTokens.semanticColors.color.icon.default,
1856
1856
  }));
1857
1857
  const LabelContainer$3 = styles.styled('div')({