Fix broken css
This commit is contained in:
@@ -9,7 +9,7 @@ const Button = styled.div`
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
:hover {
|
||||
&:hover {
|
||||
background: ${props => props.theme.highlight};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user