diff --git a/src/styles/types.ts b/src/styles/types.ts index f93e78a..b2a4462 100644 --- a/src/styles/types.ts +++ b/src/styles/types.ts @@ -55,6 +55,7 @@ export type VoltraTextStyle = VoltraViewStyle & | 'fontVariant' | 'textDecorationLine' | 'lineHeight' + | 'textAlign' > export type VoltraStyleProp = StyleProp