fix: fix background not changing on hover in extra menu on sort popup
This commit is contained in:
parent
f051bebd48
commit
f215418be1
@ -71,7 +71,7 @@ export const ActionExtraMenuItem = styled.li`
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
background: rgb(${props => props.theme.colors.primary});
|
||||
background: ${props => props.theme.colors.primary};
|
||||
}
|
||||
`;
|
||||
const ActionExtraMenuSeparator = styled.li`
|
||||
|
@ -69,7 +69,7 @@ export const ActionExtraMenuItem = styled.li`
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
background: rgb(${props => props.theme.colors.primary});
|
||||
background: ${props => props.theme.colors.primary};
|
||||
}
|
||||
`;
|
||||
const ActionExtraMenuSeparator = styled.li`
|
||||
|
Loading…
Reference in New Issue
Block a user