diff options
| author | anderklander <anderklander@gmail.com> | 2018-02-12 14:47:38 +0100 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-02-15 16:02:02 +0100 |
| commit | fca315fea6e7043da0c4d87d08aae74032326ffb (patch) | |
| tree | ca62f6a12e2b3932d11d99e2817c31eae9a1177b /app/components | |
| parent | 81c6a8751446f0d3e88fa3da707c3968d334ae3e (diff) | |
| download | mullvadvpn-fca315fea6e7043da0c4d87d08aae74032326ffb.tar.xz mullvadvpn-fca315fea6e7043da0c4d87d08aae74032326ffb.zip | |
Settings layout …
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js index ae01c054ef..8c66c4bb1f 100644 --- a/app/components/Settings.js +++ b/app/components/Settings.js @@ -96,7 +96,6 @@ export default class Settings extends Component { iconStyle={styles.settings__icon_chevron} tintColor='currentColor'/> )} - <View style={styles.settings__cell_spacer}/> </View> <CellButton onPress={ this.props.onViewPreferences } @@ -110,6 +109,7 @@ export default class Settings extends Component { text='Advanced' icon='icon-chevron' tintColor='currentColor'/> + <View style={styles.settings__cell_spacer}/> </View>; } |
