fix: consistent card styling, use ToggleSwitch for auto deploy

This commit is contained in:
2026-03-28 14:48:34 +03:00
parent c64f1e5363
commit 95fed8bf08
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
<!-- Add project form -->
{#if showAddForm}
<div class="rounded-xl border border-[var(--color-brand-200)] bg-[var(--color-brand-50)]/30 p-6 animate-scale-in">
<div class="rounded-xl border border-[var(--border-primary)] bg-[var(--surface-card)] p-6 animate-scale-in">
<h2 class="text-lg font-semibold text-[var(--text-primary)]">{$t('projects.newProject')}</h2>
{#if formError}