diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-26 11:14:04 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-26 11:26:57 +0200 |
| commit | 7ea1bc0a820ad634fc84cf3699debc3af8c92621 (patch) | |
| tree | 55355b6d47dcd99f624140e051fa941e9245f1c4 | |
| parent | 978fc242612a0c29e9af84de583e13279038f5f7 (diff) | |
| download | mullvadvpn-7ea1bc0a820ad634fc84cf3699debc3af8c92621.tar.xz mullvadvpn-7ea1bc0a820ad634fc84cf3699debc3af8c92621.zip | |
Fix invalid style key and margin on windows platform
| -rw-r--r-- | app/components/NavigationBar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/NavigationBar.js b/app/components/NavigationBar.js index c1a5daab1e..da90642068 100644 --- a/app/components/NavigationBar.js +++ b/app/components/NavigationBar.js @@ -15,8 +15,8 @@ const styles = { darwin: Styles.createViewStyle({ marginTop: 24, }), - windows: Styles.createViewStyle({ - marginTop: 24, + win32: Styles.createViewStyle({ + marginTop: 12, }), linux: Styles.createViewStyle({ marginTop: 12, |
