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