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 */