diff --git a/components/Global/text.tsx b/components/Global/text.tsx index 848f4299..411a3028 100644 --- a/components/Global/text.tsx +++ b/components/Global/text.tsx @@ -65,6 +65,7 @@ export function Text(props: TextProps): React.JSX.Element { textAlign={props.textAlign} fontSize="$4" lineBreakMode="clip" + {...props} > { props.children }