We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59a8ad commit 9026cc8Copy full SHA for 9026cc8
apps/web/src/pages/MemeQuizPage/components/QuizStep/QuizStep.styles.ts
@@ -80,11 +80,6 @@ const Button = styled.button<{ isSelected?: boolean }>`
80
isSelected ? theme.palette.main.pink[95] : theme.palette.gray['gray-9']};
81
cursor: pointer;
82
transition: all 0.2s ease-in-out;
83
-
84
- &:hover {
85
- background-color: ${({ theme, isSelected }) =>
86
- isSelected ? theme.palette.main.pink[95] : theme.palette.gray['gray-8']};
87
- }
88
`;
89
90
const ButtonIcon = styled.div<{ isSelected?: boolean }>`
0 commit comments