diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-09-16 12:06:00 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-09-17 09:51:13 +0200 |
| commit | 833a0073163f28d79b85e1cf83ebf49788eae6b0 (patch) | |
| tree | 958b8c1b24605f1a4a2125931f403077e19131e7 /gui/src | |
| parent | 34d71197d52d8050a05d4cc715568409a06c888c (diff) | |
| download | mullvadvpn-833a0073163f28d79b85e1cf83ebf49788eae6b0.tar.xz mullvadvpn-833a0073163f28d79b85e1cf83ebf49788eae6b0.zip | |
Change scopebar item selection highlight to green
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/NavigationBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/NavigationBar.tsx b/gui/src/renderer/components/NavigationBar.tsx index dd36c08850..097422aa10 100644 --- a/gui/src/renderer/components/NavigationBar.tsx +++ b/gui/src/renderer/components/NavigationBar.tsx @@ -100,7 +100,7 @@ const styles = { paddingVertical: 4, }), selected: Styles.createButtonStyle({ - backgroundColor: colors.blue, + backgroundColor: colors.green, }), hover: Styles.createButtonStyle({ backgroundColor: colors.blue40, |
