From a1f3ea3914de030189f81060ae46dd0c71007f49 Mon Sep 17 00:00:00 2001 From: zetaloop Date: Wed, 25 Feb 2026 03:30:20 +0800 Subject: [PATCH] style(colors): replace hard-coded whites with semantic tokens --- app/(auth)/layout.tsx | 6 +++--- app/(main)/search/page.tsx | 4 ++-- app/(main)/shop/[id]/page.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx index 633ac78..725cfa9 100644 --- a/app/(auth)/layout.tsx +++ b/app/(auth)/layout.tsx @@ -5,11 +5,11 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
-
-
+
+
-
+
聚玩 JuWan diff --git a/app/(main)/search/page.tsx b/app/(main)/search/page.tsx index 386899c..ba4b704 100644 --- a/app/(main)/search/page.tsx +++ b/app/(main)/search/page.tsx @@ -90,7 +90,7 @@ function PlayerCard({ player }: { player: Player }) {
- + {player.user.nickname.slice(0, 2)} @@ -179,7 +179,7 @@ function ShopCard({ item }: { item: ShopResultItem }) {
- + {item.shop.name.slice(0, 2)} diff --git a/app/(main)/shop/[id]/page.tsx b/app/(main)/shop/[id]/page.tsx index 3aef98c..668a15a 100644 --- a/app/(main)/shop/[id]/page.tsx +++ b/app/(main)/shop/[id]/page.tsx @@ -46,7 +46,7 @@ export default async function ShopPage({ params }: PageProps) {
)}
-

+

{shop.name}