diff --git a/ReactAndroid/src/androidTest/js/TextInputTestModule.js b/ReactAndroid/src/androidTest/js/TextInputTestModule.js index 4d994fdf759419..606d1ffd24f95b 100644 --- a/ReactAndroid/src/androidTest/js/TextInputTestModule.js +++ b/ReactAndroid/src/androidTest/js/TextInputTestModule.js @@ -170,7 +170,7 @@ const styles = StyleSheet.create({ fontWeight: 'bold', }, textInputColor: { - marginLeft: 20, + color: '#00ff00', }, });