fix(client): profile card background (#57523)

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Huyen Nguyen
2024-12-15 17:32:47 +07:00
committed by GitHub
parent c4b3951f44
commit 2b9a5ecb5e

View File

@@ -8,8 +8,8 @@
margin: 0;
padding: 1em;
box-shadow: none;
background: var(--gray00);
border: 1px solid var(--gray15);
background: var(--primary-background);
border: 1px solid var(--quaternary-background);
margin-bottom: 1em;
}