mirror of
https://github.com/lingble/twenty.git
synced 2026-03-20 04:04:04 +00:00
changed hover background styles
This commit is contained in:
@@ -30,7 +30,7 @@ const StyledCard = styled(Card)<{
|
||||
disabled ? 'not-allowed' : onClick ? 'pointer' : 'default'};
|
||||
width: 100%;
|
||||
& :hover {
|
||||
background-color: ${({ theme }) => theme.background.quaternary};
|
||||
background-color: ${({ theme }) => theme.background.tertiary};
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user