style(dashboard): apply proto2 surfaces

This commit is contained in:
zetaloop
2026-02-25 05:27:17 +08:00
parent b57fe7f9dd
commit 15678e755c
9 changed files with 39 additions and 39 deletions
@@ -136,7 +136,7 @@ export default function NewServicePage() {
}
return (
<div className="max-w-2xl space-y-4">
<div className="container mx-auto max-w-2xl px-4 py-8 space-y-8">
<Link
href="/dashboard/services"
className="inline-flex items-center gap-1 text-sm text-muted-foreground hover:text-foreground"
@@ -145,7 +145,7 @@ export default function NewServicePage() {
</Link>
<Card>
<Card className="hover:shadow-[var(--shadow-card)]">
<CardHeader>
<CardTitle></CardTitle>
</CardHeader>