summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/HeaderBar.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/renderer/components/HeaderBar.tsx b/gui/src/renderer/components/HeaderBar.tsx
index d2dc116dfb..edc236b13a 100644
--- a/gui/src/renderer/components/HeaderBar.tsx
+++ b/gui/src/renderer/components/HeaderBar.tsx
@@ -83,7 +83,7 @@ const brandStyles = {
fontWeight: '900',
lineHeight: 30,
letterSpacing: -0.5,
- color: 'rgba(255, 255, 255, 0.6)', // colors.white60
+ color: 'rgba(255, 255, 255, 0.8)', // colors.white80
marginLeft: 8,
}),
};
@@ -117,8 +117,8 @@ export class SettingsBarButton extends Component<ISettingsButtonProps> {
height={24}
width={24}
source="icon-settings"
- tintColor={'rgba(255, 255, 255, 0.6)'}
- tintHoverColor={'rgba(255, 255, 255, 0.8)'}
+ tintColor={'rgba(255, 255, 255, 0.8)'}
+ tintHoverColor={'rgba(255, 255, 255, 1.0)'}
/>
</Button>
);