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
@@ -122,7 +122,7 @@ function ShopTemplatesEditor({
}
return (
<div className="space-y-6">
<div className="container mx-auto max-w-4xl px-4 py-8 space-y-8">
{showSavedToast ? (
<div className="fixed right-6 top-6 z-50 rounded-md border bg-background px-4 py-2 text-sm shadow-md">
@@ -141,7 +141,7 @@ function ShopTemplatesEditor({
</div>
</div>
<Card>
<Card className="hover:shadow-[var(--shadow-card)]">
<CardHeader>
<CardTitle className="text-base"></CardTitle>
</CardHeader>
@@ -184,7 +184,7 @@ function ShopTemplatesEditor({
</CardContent>
</Card>
<Card>
<Card className="hover:shadow-[var(--shadow-card)]">
<CardHeader>
<CardTitle className="text-base"></CardTitle>
</CardHeader>