fix(contacts): use elevated surface background for contact detail modal

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-31 17:14:11 +02:00
parent b37df6facf
commit 111a7e8cde

View file

@ -822,7 +822,7 @@
}
.modal-container {
background: hsl(var(--color-background));
background: hsl(var(--color-surface-elevated));
border-radius: 1.5rem;
width: 100%;
max-width: 560px;