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
@@ -90,7 +90,7 @@ export default function CommunityPage() {
return (
<Link key={post.id} href={`/post/${post.id}`}>
<Card className="hover:shadow-md transition-shadow">
<Card>
<CardHeader className="pb-3">
<div className="flex items-center gap-3">
<Avatar className="h-9 w-9">
@@ -124,7 +124,7 @@ export default function CommunityPage() {
</div>
)}
{post.linkedOrderId && (
<div className="mt-2 rounded border bg-muted/30 px-3 py-2 text-xs text-muted-foreground space-y-1.5">
<div className="mt-2 rounded-lg border bg-muted/30 px-3 py-2 text-xs text-muted-foreground space-y-1.5">
<div className="flex items-center gap-1.5">
<ClipboardList className="h-3.5 w-3.5" />