summaryrefslogtreecommitdiffhomepage
path: root/app/components/HeaderBar.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-01-02 11:06:10 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-01-08 14:31:20 +0100
commitff84229de6ff696d31bc40e6e08ecb14fbd789ce (patch)
treea4853b528a13f98142ce8933c98374076401f021 /app/components/HeaderBar.js
parente8aa325c5c9f20402af01fa3f9a81971adb01805 (diff)
downloadmullvadvpn-ff84229de6ff696d31bc40e6e08ecb14fbd789ce.tar.xz
mullvadvpn-ff84229de6ff696d31bc40e6e08ecb14fbd789ce.zip
Refine HeaderBar styles
Diffstat (limited to 'app/components/HeaderBar.js')
-rw-r--r--app/components/HeaderBar.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/components/HeaderBar.js b/app/components/HeaderBar.js
index c2e02cc35c..50ab49d39f 100644
--- a/app/components/HeaderBar.js
+++ b/app/components/HeaderBar.js
@@ -49,11 +49,9 @@ export default class HeaderBar extends Component {
: null}
{this.props.showSettings ?
- <View style={styles.headerbar__settings}>
- <Button onPress={ this.props.onSettings } testName="headerbar__settings">
- <Img style={ styles.headerbar__settings } source='icon-settings'/>
- </Button>
- </View>
+ <Button style={ styles.headerbar__settings } onPress={ this.props.onSettings } testName="headerbar__settings">
+ <Img source='icon-settings' style={ styles.headerbar__settings_icon } />
+ </Button>
: null}
</View>
);