diff --git a/packages/typography/src/Typography.tsx b/packages/typography/src/Typography.tsx index 57a538ce5..f981048ad 100644 --- a/packages/typography/src/Typography.tsx +++ b/packages/typography/src/Typography.tsx @@ -12,11 +12,12 @@ export const Typography: React.FC = ({ Component = defaultVariantMapping[variant], children, dataTestId, + ...restProps }) => { const classNames = cn(styles.typography, styles[variant], className); return ( - + {children} );