diff --git a/src/styles/types.ts b/src/styles/types.ts index f0257fe..d157fdc 100644 --- a/src/styles/types.ts +++ b/src/styles/types.ts @@ -44,7 +44,10 @@ export type VoltraViewStyle = Pick< } export type VoltraTextStyle = VoltraViewStyle & - Pick + Pick< + RNTextStyle, + 'fontSize' | 'fontWeight' | 'color' | 'letterSpacing' | 'fontVariant' | 'textDecorationLine' | 'textAlign' + > export type VoltraStyleProp = StyleProp export type VoltraTextStyleProp = StyleProp