From 035ce56f929f55c4dddc3cb6fab77c3206cbd73a Mon Sep 17 00:00:00 2001 From: Bogusz Kaszowski Date: Mon, 16 Dec 2024 13:26:52 +0100 Subject: [PATCH] chore: Update AnimatedText's props type Co-authored-by: Satyajit Sahoo --- src/components/Typography/AnimatedText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Typography/AnimatedText.tsx b/src/components/Typography/AnimatedText.tsx index c9866d7f01..4c0a9273e6 100644 --- a/src/components/Typography/AnimatedText.tsx +++ b/src/components/Typography/AnimatedText.tsx @@ -27,7 +27,7 @@ type Props = React.ComponentPropsWithRef & { * Body: `bodyLarge`, `bodyMedium`, `bodySmall` */ variant?: VariantProp; - style?: StyleProp | undefined; + style?: StyleProp; /** * @optional */