Fix broken css

This commit is contained in:
Luck
2023-12-11 22:16:55 +00:00
parent b489e1c1c1
commit 5ceca3068e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ const Button = styled.div`
color: inherit;
text-decoration: none;
:hover {
&:hover {
background: ${props => props.theme.highlight};
}