summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-04-04 14:36:29 +0200
committeranderklander <anderklander@gmail.com>2018-04-11 13:45:42 +0200
commit7e2dc426247ec039d265a5a25d1bf4fca2f1a390 (patch)
tree01a847e92ba09518e89b509cff0fcff4c7ed2873
parent3ba2ea332f91bda7178ccf0a6106e92194007294 (diff)
downloadmullvadvpn-7e2dc426247ec039d265a5a25d1bf4fca2f1a390.tar.xz
mullvadvpn-7e2dc426247ec039d265a5a25d1bf4fca2f1a390.zip
Make tick solid white
-rw-r--r--app/components/SelectLocationStyles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js
index 6137635ca7..16a20d8dd5 100644
--- a/app/components/SelectLocationStyles.js
+++ b/app/components/SelectLocationStyles.js
@@ -43,6 +43,7 @@ export default {
backgroundColor: colors.green90,
},
tick_icon: {
+ color: colors.white,
marginLeft: 0,
marginRight: 0,
marginTop: 14,