diff options
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, |
