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
@@ -110,7 +110,7 @@
</div>
{#if showForm}
<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">
<h3 class="mb-4 text-sm font-semibold text-[var(--text-primary)]">
{editingId ? $t('settingsRegistries.editRegistry') : $t('settingsRegistries.addNewRegistry')}
</h3>