From 912b4450b9489b5b7a60ce72323bd083e2a3db46 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 10 Oct 2024 14:18:07 -0700 Subject: Fix `Text` `emoji` type (make `emoji` optional) (#5678) --- src/components/Typography.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/Typography.tsx b/src/components/Typography.tsx index 19eba35fb..69e073271 100644 --- a/src/components/Typography.tsx +++ b/src/components/Typography.tsx @@ -26,7 +26,7 @@ export type TextProps = Omit & { title?: string } & ( | { - emoji: true + emoji?: true children: StringChild } | { -- cgit 1.4.1