diff --git a/src/modules/StylePropTypes/index.js b/src/modules/StylePropTypes/index.js index e5f63d36..42bf8231 100644 --- a/src/modules/StylePropTypes/index.js +++ b/src/modules/StylePropTypes/index.js @@ -95,7 +95,7 @@ export default { paddingVertical: numberOrString, position: oneOf([ 'absolute', 'fixed', 'relative', 'static' ]), right: numberOrString, - textAlign: oneOf([ 'center', 'justify', 'justify-all', 'left', 'right' ]), + textAlign: oneOf([ 'center', 'inherit', 'justify', 'justify-all', 'left', 'right' ]), textDecoration: string, textOverflow: string, textShadow: string,