style(pages): extend proto2 styling to core flows
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user