diff options
Diffstat (limited to 'gui/src')
| -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} /> |
