summaryrefslogtreecommitdiffhomepage
path: root/app/components/HeaderBarStyles.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-06-01 16:13:10 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-06-05 12:11:55 +0200
commitca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087 (patch)
treeb1f7754eb50896ab3681e35fa4e08be642b940c9 /app/components/HeaderBarStyles.js
parent5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff)
downloadmullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz
mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip
Add formatted source code
Diffstat (limited to 'app/components/HeaderBarStyles.js')
-rw-r--r--app/components/HeaderBarStyles.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/components/HeaderBarStyles.js b/app/components/HeaderBarStyles.js
index c3e0e2ad5c..01b3c89f5c 100644
--- a/app/components/HeaderBarStyles.js
+++ b/app/components/HeaderBarStyles.js
@@ -35,7 +35,7 @@ export default {
alignItems: 'center',
},
settings: {
- padding: 0
+ padding: 0,
},
settings_icon: {
color: colors.white60,
@@ -53,6 +53,6 @@ export default {
letterSpacing: -0.5,
color: colors.white60,
marginLeft: 8,
- }
- })
+ },
+ }),
};