fix: solid background for connection modal

This commit is contained in:
Claude Code 2026-03-05 21:16:37 +01:00
parent 197af92909
commit 390d6eb575

View file

@ -372,7 +372,7 @@ input, select {
animation: fadeIn .15s ease;
}
.conn-modal {
background: var(--card);
background: var(--bg-primary);
border: 1px solid var(--border);
border-radius: 16px;
width: 340px;