style(pages): extend proto2 styling to core flows

This commit is contained in:
zetaloop
2026-02-25 04:45:57 +08:00
parent e7eb86bf7e
commit 7bf1338b39
5 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -152,7 +152,7 @@ export default async function ShopPage({ params }: PageProps) {
{service.description}
</p>
{service.rankRange && (
<div className="text-xs bg-muted px-2 py-1 rounded inline-block w-fit">
<div className="text-xs bg-muted px-2 py-1 rounded-md inline-block w-fit">
{service.rankRange}
</div>
)}
@@ -179,7 +179,7 @@ export default async function ShopPage({ params }: PageProps) {
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
{shopPlayers.map((player) => (
<Link key={player.id} href={`/player/${player.id}`}>
<Card className="h-full hover:shadow-md transition-shadow">
<Card className="h-full">
<CardContent className="pt-6 text-center space-y-3">
<div className="relative inline-block">
<Avatar className="w-20 h-20 mx-auto">