diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-08-27 13:44:44 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-08-30 13:21:09 +0200 |
| commit | c052bc9245f839e22540c2122e2bac2f96d99c03 (patch) | |
| tree | be6d99b60605385c9046943b0a6433ef31da4f37 /gui/src/renderer | |
| parent | 81fb59dcac6ac0af07ba0360d5ee3b6dcbeda9c2 (diff) | |
| download | mullvadvpn-c052bc9245f839e22540c2122e2bac2f96d99c03.tar.xz mullvadvpn-c052bc9245f839e22540c2122e2bac2f96d99c03.zip | |
Correct navigation bar button opacity
Diffstat (limited to 'gui/src/renderer')
| -rw-r--r-- | gui/src/renderer/components/NavigationBarStyles.tsx | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/SelectLocation.tsx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/renderer/components/NavigationBarStyles.tsx b/gui/src/renderer/components/NavigationBarStyles.tsx index 007433b846..742f4c22c9 100644 --- a/gui/src/renderer/components/NavigationBarStyles.tsx +++ b/gui/src/renderer/components/NavigationBarStyles.tsx @@ -66,7 +66,7 @@ export const StyledBackBarItemButton = styled.button({ export const StyledBackBarItemIcon = styled(ImageView)({ marginRight: '8px', [StyledBackBarItemButton + ':hover &']: { - backgroundColor: colors.white80, + backgroundColor: colors.white60, }, }); diff --git a/gui/src/renderer/components/SelectLocation.tsx b/gui/src/renderer/components/SelectLocation.tsx index a125cecfe1..9fe45bf386 100644 --- a/gui/src/renderer/components/SelectLocation.tsx +++ b/gui/src/renderer/components/SelectLocation.tsx @@ -140,8 +140,8 @@ export default class SelectLocation extends React.Component<IProps, IState> { aria-label={messages.gettext('Filter')}> <ImageView source="icon-filter-round" - tintColor={colors.white60} - tintHoverColor={colors.white80} + tintColor={colors.white40} + tintHoverColor={colors.white60} height={24} width={24} /> |
