Compare commits

...

1 Commits

Author SHA1 Message Date
saladday
de5c4996cf fix(settings): normalize SQL import/export dark-mode card 2026-02-17 22:46:54 +08:00

View File

@@ -53,7 +53,7 @@ export function ImportExportSection({
</p>
</header>
<div className="space-y-4 rounded-xl glass-card p-6 border border-white/10">
<div className="space-y-4 rounded-lg border border-border bg-muted/40 p-6">
{/* Import and Export Buttons Side by Side */}
<div className="grid grid-cols-2 gap-4 items-stretch">
{/* Import Button */}