From 4f43bb6c281baa1708beb316fe0db82e97baae2f Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 5 Jan 2025 20:54:44 -0600 Subject: [PATCH] pass props thru so we get event handlers --- components/Global/text.tsx | 1 + 1 file changed, 1 insertion(+) 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 }