summaryrefslogtreecommitdiffhomepage
path: root/app/components/SelectLocationStyles.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/SelectLocationStyles.js
parent5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff)
downloadmullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz
mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip
Add formatted source code
Diffstat (limited to 'app/components/SelectLocationStyles.js')
-rw-r--r--app/components/SelectLocationStyles.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js
index 721ad64eec..a0aec306d4 100644
--- a/app/components/SelectLocationStyles.js
+++ b/app/components/SelectLocationStyles.js
@@ -12,7 +12,7 @@ export default {
flexDirection: 'column',
flex: 1,
},
- header:{
+ header: {
flex: 0,
marginBottom: 16,
},
@@ -21,7 +21,7 @@ export default {
marginTop: 24,
cursor: 'default',
},
- close_icon:{
+ close_icon: {
width: 24,
height: 24,
flex: 0,
@@ -116,4 +116,4 @@ export default {
flex: 0,
},
}),
-}; \ No newline at end of file
+};