Skip to content
Snippets Groups Projects
Commit 2ce48db3 authored by chris's avatar chris
Browse files

fix hover

parent 40f38970
No related branches found
No related tags found
1 merge request!33Layouts themes
...@@ -17,7 +17,7 @@ const ButtonStyled = styled.button` ...@@ -17,7 +17,7 @@ const ButtonStyled = styled.button`
pointer-events: none; pointer-events: none;
} }
&:hover { &:hover {
color: #000; color: ${props => (props.isActive ? props.theme.colorPrimary : "#000")};
background: #f6f6f6; background: #f6f6f6;
} }
`; `;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment