summaryrefslogtreecommitdiffhomepage
path: root/app/components/PreferencesStyles.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/PreferencesStyles.js
parent5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff)
downloadmullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz
mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip
Add formatted source code
Diffstat (limited to 'app/components/PreferencesStyles.js')
-rw-r--r--app/components/PreferencesStyles.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/components/PreferencesStyles.js b/app/components/PreferencesStyles.js
index f751653622..c2d41c4ecb 100644
--- a/app/components/PreferencesStyles.js
+++ b/app/components/PreferencesStyles.js
@@ -29,7 +29,7 @@ export default {
borderWidth: 0,
padding: 0,
margin: 0,
- zIndex: 1, /* part of .preferences__container covers the button */
+ zIndex: 1 /* part of .preferences__container covers the button */,
cursor: 'default',
},
preferences__close_content: {
@@ -80,7 +80,7 @@ export default {
fontSize: 32,
fontWeight: '900',
lineHeight: 40,
- color: colors.white
+ color: colors.white,
},
preferences__cell_label: {
fontFamily: 'DINPro',
@@ -96,7 +96,7 @@ export default {
fontWeight: '600',
lineHeight: 20,
letterSpacing: -0.2,
- color: colors.white80
- }
- })
-}; \ No newline at end of file
+ color: colors.white80,
+ },
+ }),
+};