Skip to content

Commit 686fd37

Browse files
committed
feat: MemeDetailPage의 ActionButton hover 상태 배경색 변경
1 parent bfd711c commit 686fd37

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

apps/web/src/pages/MemeDetailPage/MemeDetailPage.styles.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,7 @@ const ActionButton = styled.button<ActionButtonProps>`
8282
}};
8383
8484
&:hover {
85-
background-color: ${({ theme, isPrimary, variant }) => {
86-
if (!variant) {
87-
return isPrimary
88-
? theme.palette.gray['gray-8']
89-
: theme.palette.main.pink[40];
90-
}
91-
return variant === 'share'
92-
? theme.palette.main.pink[90]
93-
: theme.palette.main.pink[40];
94-
}};
85+
opacity: 0.9;
9586
}
9687
`;
9788

0 commit comments

Comments
 (0)