diff --git a/native/account/logged-out-modal.react.js b/native/account/logged-out-modal.react.js --- a/native/account/logged-out-modal.react.js +++ b/native/account/logged-out-modal.react.js @@ -653,7 +653,7 @@ backgroundColor: 'purpleButton', }, classicAuthButtonText: { - color: 'logInText', + color: 'whiteText', }, container: { backgroundColor: 'transparent', @@ -707,7 +707,7 @@ marginTop: 10, }, siweOrText: { - color: 'logInText', + color: 'whiteText', fontSize: 17, textAlign: 'center', }, diff --git a/native/themes/colors.js b/native/themes/colors.js --- a/native/themes/colors.js +++ b/native/themes/colors.js @@ -76,9 +76,9 @@ tabBarActiveTintColor: '#7E57C2', vibrantGreenButton: '#00C853', vibrantRedButton: '#F53100', + whiteText: '#FFFFFF', tooltipBackground: '#E0E0E0', logInSpacer: '#FFFFFF33', - logInText: '#FFFFFF', siweButton: '#FFFFFF', siweButtonText: '#1F1F1F', drawerExpandButton: '#808080', @@ -161,9 +161,9 @@ tabBarActiveTintColor: '#AE94DB', vibrantGreenButton: '#00C853', vibrantRedButton: '#F53100', + whiteText: '#FFFFFF', tooltipBackground: '#1F1F1F', logInSpacer: '#FFFFFF33', - logInText: '#FFFFFF', siweButton: '#FFFFFF', siweButtonText: '#1F1F1F', drawerExpandButton: '#808080',