diff options
| author | anderklander <anderklander@gmail.com> | 2018-04-04 14:36:29 +0200 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-04-11 13:45:42 +0200 |
| commit | 7e2dc426247ec039d265a5a25d1bf4fca2f1a390 (patch) | |
| tree | 01a847e92ba09518e89b509cff0fcff4c7ed2873 /app/components | |
| parent | 3ba2ea332f91bda7178ccf0a6106e92194007294 (diff) | |
| download | mullvadvpn-7e2dc426247ec039d265a5a25d1bf4fca2f1a390.tar.xz mullvadvpn-7e2dc426247ec039d265a5a25d1bf4fca2f1a390.zip | |
Make tick solid white
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/SelectLocationStyles.js | 1 |
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, |
