summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-09-16 12:06:00 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-09-17 09:51:13 +0200
commit833a0073163f28d79b85e1cf83ebf49788eae6b0 (patch)
tree958b8c1b24605f1a4a2125931f403077e19131e7 /gui/src
parent34d71197d52d8050a05d4cc715568409a06c888c (diff)
downloadmullvadvpn-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.tsx2
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,