mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 03:20:19 -06:00
pass props thru so we get event handlers
This commit is contained in:
@@ -65,6 +65,7 @@ export function Text(props: TextProps): React.JSX.Element {
|
||||
textAlign={props.textAlign}
|
||||
fontSize="$4"
|
||||
lineBreakMode="clip"
|
||||
{...props}
|
||||
>
|
||||
{ props.children }
|
||||
</Paragraph>
|
||||
|
||||
Reference in New Issue
Block a user