diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-20 15:35:44 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-24 13:48:18 +0200 |
| commit | b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a (patch) | |
| tree | 38f1972ac884b6372ec38becd68144af20c18b57 /app/components/Account.js | |
| parent | 4b15132791c45c6d5675dbb39c74c5a6d257d458 (diff) | |
| download | mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.tar.xz mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.zip | |
Remove global styles from app buttons
Diffstat (limited to 'app/components/Account.js')
| -rw-r--r-- | app/components/Account.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/Account.js b/app/components/Account.js index dc26121c4c..20435d48ba 100644 --- a/app/components/Account.js +++ b/app/components/Account.js @@ -93,6 +93,7 @@ export default class Account extends Component<AccountProps, AccountState> { <View style={styles.account__footer}> <AppButton.GreenButton + style={styles.account__buy_button} onPress={this.props.onBuyMore} text="Buy more credit" icon="icon-extLink" @@ -101,7 +102,7 @@ export default class Account extends Component<AccountProps, AccountState> { <Img source="icon-extLink" height={16} width={16} /> </AppButton.GreenButton> <AppButton.RedButton onPress={this.props.onLogout} testName="account__logout"> - Log out + {'Log out'} </AppButton.RedButton> </View> </View> |
