diff --git a/src/components/landing/LandingSpecialFeaturesSection.tsx b/src/components/landing/LandingSpecialFeaturesSection.tsx index 7bd3e78..d81c1dd 100644 --- a/src/components/landing/LandingSpecialFeaturesSection.tsx +++ b/src/components/landing/LandingSpecialFeaturesSection.tsx @@ -16,7 +16,7 @@ export function LandingSpecialFeaturesSection({ className }: LandingSpecialFeatu

PlanMate의 특별한 기능들

diff --git a/src/lib/variants/button.feature.ts b/src/lib/variants/button.feature.ts index 223fa86..dc9f0af 100644 --- a/src/lib/variants/button.feature.ts +++ b/src/lib/variants/button.feature.ts @@ -6,14 +6,6 @@ export const featureButtonVariants = cva( "inline-flex items-center justify-start w-full gap-3", "h-[4.4rem] px-[1.8rem]", - // Typography - "t-16-m", - - // Base (no border / transparent / token-based color) - "bg-transparent", - "text-[var(--color-gray-900)]", - "shadow-none", - // Hover & Interaction (soft bg only) "transition-[background-color,transform] duration-310", "hover:bg-[var(--color-gray-200)]", diff --git a/src/shared/SpecialFeatureCard.tsx b/src/shared/SpecialFeatureCard.tsx index c3a55a1..8bcdbf4 100644 --- a/src/shared/SpecialFeatureCard.tsx +++ b/src/shared/SpecialFeatureCard.tsx @@ -21,7 +21,7 @@ export const SpecialFeatureCard = React.forwardRef{title}} {description && ( -

{description}

+

{description}

)} {children}