mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:21:09 +02:00
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:
parent
b37df6facf
commit
111a7e8cde
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue