🍭 style(ui): Optimize style layout and improve responsive layout

This commit is contained in:
t0ng7u
2025-07-24 23:28:55 +08:00
parent aecdbfacf3
commit 34d45bb3b8
3 changed files with 29 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ import PricingCardSkeleton from './PricingCardSkeleton';
import { useMinimumLoadingTime } from '../../../../../hooks/common/useMinimumLoadingTime';
const CARD_STYLES = {
container: "w-12 h-12 rounded-2xl flex items-center justify-center relative shadow-sm",
container: "w-12 h-12 rounded-2xl flex items-center justify-center relative shadow-md",
icon: "w-8 h-8 flex items-center justify-center",
selected: "border-blue-500 bg-blue-50",
default: "border-gray-200 hover:border-gray-300"