diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-08-03 12:11:58 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-08-03 12:11:58 -0300 |
| commit | 2cb76995ce9953e38fa50c17fc6fde521b1bfcef (patch) | |
| tree | adf70d3b593f1539df612a3ad26d353242c81b43 /app/components/Support.js | |
| parent | d39a3b5fb139cf3144cad590bce4e90965a26cac (diff) | |
| parent | 9a05ba655f025558e8bebc9f06ea3cdb39afc24a (diff) | |
| download | mullvadvpn-2cb76995ce9953e38fa50c17fc6fde521b1bfcef.tar.xz mullvadvpn-2cb76995ce9953e38fa50c17fc6fde521b1bfcef.zip | |
Merge branch 'fix-report-sent-contrast'
Diffstat (limited to 'app/components/Support.js')
| -rw-r--r-- | app/components/Support.js | 4 |
1 files changed, 2 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> |
