From cafb45efb78ffdfd437d41042e6842e08db5eacd Mon Sep 17 00:00:00 2001 From: bananajeong <73640737+Najeong-Kim@users.noreply.github.com> Date: Sat, 2 Nov 2024 08:36:04 +0900 Subject: [PATCH] feat: apply glass morphism --- src/shared/ui/card.tsx | 2 +- src/widgets/discovery/ui/discovery-card.tsx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/shared/ui/card.tsx b/src/shared/ui/card.tsx index b49adc0..7086fba 100644 --- a/src/shared/ui/card.tsx +++ b/src/shared/ui/card.tsx @@ -7,7 +7,7 @@ interface CardProps extends React.HTMLAttributes { const Card = ({ className, children, ...props }: CardProps) => (
router.push(`/${id}`)} > -
-
-

{name}

-
+
+
+

{name}

+
-

{weather.temperature}°

+

{weather.temperature}°

-
-

+

+

{slope ? `운행중인 슬로프 ${slope}개` : '개장일이 곧 공개될 예정이에요'}

{weather.description}