diff --git a/src/components/Typography.tsx b/src/components/Typography.tsx index 19eba35fbe..69e0732713 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 } | {