diff --git a/src/components/card/Card.tsx b/src/components/card/Card.tsx
index cd5dc547..9b76ba01 100644
--- a/src/components/card/Card.tsx
+++ b/src/components/card/Card.tsx
@@ -218,7 +218,6 @@ function Card(props: CardProps) {
max,
isPast,
isCanceled,
- // meetingType,
bookClubType,
clubStatus,
onLikeClick,
@@ -228,7 +227,7 @@ function Card(props: CardProps) {
} = props as DefaultClubCard & { variant: 'defaultClub' };
return (
-
+
+
onClick?.(clubId)}
@@ -328,7 +327,7 @@ function Card(props: CardProps) {
e.stopPropagation();
onWriteReview(clubId);
}}
- className="w-full"
+ className="w-full hover-dim"
/>
) : (
@@ -370,7 +369,7 @@ function Card(props: CardProps) {
} = props as HostedClubCard & { variant: 'hostedClub' };
return (
-
+
onClick?.(clubId)}
@@ -397,7 +396,7 @@ function Card(props: CardProps) {
size="modal"
fillType="lightSolid"
themeColor="gray-dark-01"
- lightColor="gray-normal-01"
+ lightColor="gray-normal-02"
onClick={(e) => {
e.stopPropagation();
onCancel(clubId);