summaryrefslogtreecommitdiffhomepage
path: root/app/components/Support.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-04-16 12:01:39 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-04-16 12:01:39 +0200
commitc92ea97d9180fe05ab1adb35a4af0bcb19b12ec9 (patch)
treeddd20a989d7c5b0fc9cae12724970d69976f889c /app/components/Support.js
parentc9f2ec62790a62e674b1252a6a18dec451d17bf3 (diff)
parent898dd74e5ac86dac2638dc26975b22a9fb0392d4 (diff)
downloadmullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.tar.xz
mullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.zip
Merge branch 'rn-compatibility'
Diffstat (limited to 'app/components/Support.js')
-rw-r--r--app/components/Support.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/components/Support.js b/app/components/Support.js
index 9b37f85f4e..0b3e88676a 100644
--- a/app/components/Support.js
+++ b/app/components/Support.js
@@ -117,7 +117,7 @@ export default class Support extends Component<SupportProps, SupportState> {
<Container>
<View style={styles.support}>
<Button style={styles.support__close} onPress={ this.props.onClose } testName="support__close">
- <Img style={styles.support__close_icon} source="icon-back" />
+ <Img height={24} width={24} style={styles.support__close_icon} source="icon-back" />
<Text style={styles.support__close_title}>Settings</Text>
</Button>
<View style={styles.support__container}>
@@ -201,7 +201,7 @@ export default class Support extends Component<SupportProps, SupportState> {
onPress={ this.onViewLog }
testName='support__view_logs'>
<Label>View app logs</Label>
- <Img source='icon-extLink' height='16' width='16' />
+ <Img source='icon-extLink' height={16} width={16} />
</BlueButton>,
<GreenButton key={2}
disabled={ !this.validate() }
@@ -217,7 +217,7 @@ export default class Support extends Component<SupportProps, SupportState> {
<View style={styles.support__form}>
<View style={styles.support__form_row}>
<View style={styles.support__status_icon}>
- <Img source="icon-spinner" alt="" />
+ <Img source="icon-spinner" height={60} width={60} alt="" />
</View>
<View style={styles.support__status_security__secure}>
Secure Connection
@@ -235,7 +235,7 @@ export default class Support extends Component<SupportProps, SupportState> {
<View style={styles.support__form}>
<View style={styles.support__form_row}>
<View style={styles.support__status_icon}>
- <Img source="icon-success" alt="" />
+ <Img source="icon-success" height={60} width={60} alt="" />
</View>
<Text style={styles.support__status_security__secure}>
Secure Connection
@@ -262,7 +262,7 @@ export default class Support extends Component<SupportProps, SupportState> {
<View style={styles.support__form}>
<View style={styles.support__form_row}>
<View style={styles.support__status_icon}>
- <Img source="icon-fail" alt="" />
+ <Img source="icon-fail" height={60} width={60} alt="" />
</View>
<Text style={styles.support__status_security__secure}>
Secure Connection