fix(client): profile card background (#57523)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}