pass props thru so we get event handlers

This commit is contained in:
Violet Caulfield
2025-01-05 20:54:44 -06:00
parent 56146ec441
commit 4f43bb6c28

View File

@@ -65,6 +65,7 @@ export function Text(props: TextProps): React.JSX.Element {
textAlign={props.textAlign}
fontSize="$4"
lineBreakMode="clip"
{...props}
>
{ props.children }
</Paragraph>