[RN] Increase contrast and consistency in LoadingIndicator use cases
This commit is contained in:
@@ -109,7 +109,7 @@ class WelcomePage extends AbstractWelcomePage {
|
||||
// modify non-native children.
|
||||
children = (
|
||||
<View>
|
||||
<LoadingIndicator />
|
||||
<LoadingIndicator color = { styles.buttonText.color } />
|
||||
</View>
|
||||
);
|
||||
} else {
|
||||
|
||||
@@ -40,7 +40,7 @@ export default createStyleSheet({
|
||||
*/
|
||||
buttonText: {
|
||||
alignSelf: 'center',
|
||||
color: '#00ccff',
|
||||
color: ColorPalette.blue,
|
||||
fontSize: 18
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user