[fix] StyleSheet: support textAlign 'inherit'

This commit is contained in:
Nicolas Gallagher
2015-12-27 10:22:00 +00:00
parent cc10de43eb
commit 69166b1502
+1 -1
View File
@@ -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,