From 2b9a5ecb5eacee73c2ed02399b02b70271e0147e Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Sun, 15 Dec 2024 17:32:47 +0700 Subject: [PATCH] fix(client): profile card background (#57523) Co-authored-by: ahmad abdolsaheb --- client/src/components/profile/profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/profile/profile.css b/client/src/components/profile/profile.css index 0aa5b4207fa..afcc72457fb 100644 --- a/client/src/components/profile/profile.css +++ b/client/src/components/profile/profile.css @@ -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; }