summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/components/Support.js4
-rw-r--r--app/components/SupportStyles.js9
2 files changed, 11 insertions, 2 deletions
diff --git a/app/components/Support.js b/app/components/Support.js
index 23ddbb1b8e..d57216e316 100644
--- a/app/components/Support.js
+++ b/app/components/Support.js
@@ -286,9 +286,9 @@ export default class Support extends Component<SupportProps, SupportState> {
<Text style={styles.support__status_security__secure}>Secure Connection</Text>
<Text style={styles.support__send_status}>Sent</Text>
- <Text style={styles.support__subtitle}>Thanks! We will look into this.</Text>
+ <Text style={styles.support__sent_message}>Thanks! We will look into this.</Text>
{this.state.email.trim().length > 0 ? (
- <Text style={styles.support__subtitle}>
+ <Text style={styles.support__sent_message}>
If needed we will contact you on {'\u00A0'}
<Text style={styles.support__sent_email}>{this.state.email}</Text>
</Text>
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js
index b03a7344ed..bc23567d9d 100644
--- a/app/components/SupportStyles.js
+++ b/app/components/SupportStyles.js
@@ -88,6 +88,15 @@ export default Object.assign(
backgroundColor: colors.white,
flex: 1,
},
+ support__sent_message: {
+ fontFamily: 'Open Sans',
+ fontSize: 13,
+ fontWeight: '600',
+ overflow: 'visible',
+ color: colors.white60,
+ lineHeight: 20,
+ letterSpacing: -0.2,
+ },
support__sent_email: {
fontWeight: '900',
color: colors.white,