Skip to content
Snippets Groups Projects
Unverified Commit 7d084144 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix header hover color (#24101)

parent 5c8b8b02
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@ export const HeaderButton = styled(Button)`
color: ${({ active }) => (active ? "white" : color("text-dark"))};
&:hover {
background-color: ${({ color = getDefaultColor() }) => alpha(color, 0.15)};
color: ${color};
color: ${({ color }) => color};
}
transition: background 300ms linear, border 300ms linear;
> .Icon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment