diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-04-16 12:01:39 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-04-16 12:01:39 +0200 |
| commit | c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9 (patch) | |
| tree | ddd20a989d7c5b0fc9cae12724970d69976f889c /app/components/Account.js | |
| parent | c9f2ec62790a62e674b1252a6a18dec451d17bf3 (diff) | |
| parent | 898dd74e5ac86dac2638dc26975b22a9fb0392d4 (diff) | |
| download | mullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.tar.xz mullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.zip | |
Merge branch 'rn-compatibility'
Diffstat (limited to 'app/components/Account.js')
| -rw-r--r-- | app/components/Account.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/Account.js b/app/components/Account.js index afa36fe31a..4ec57aaf1e 100644 --- a/app/components/Account.js +++ b/app/components/Account.js @@ -33,7 +33,7 @@ export default class Account extends Component { <Button style={styles.account__close} onPress={ this.props.onClose } testName='account__close'> - <Img style={styles.account__close_icon} source="icon-back" /> + <Img height={24} width={24} style={styles.account__close_icon} source="icon-back" /> <Text style={styles.account__close_title}>Settings</Text> </Button> <View style={styles.account__container}> @@ -66,7 +66,7 @@ export default class Account extends Component { icon='icon-extLink' testName='account__buymore'> <Label>Buy more credit</Label> - <Img source='icon-extLink' height='16' width='16' /> + <Img source='icon-extLink' height={16} width={16} /> </GreenButton> <RedButton onPress={ this.props.onLogout } |
