From e995a18c6e8e9c699d9a6f7e27811bc5b4aa727e Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 29 Jul 2022 14:02:24 +0700 Subject: [PATCH] fixed social networks avatar --- src/containers/profile/ProfileAccounts/styles.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/containers/profile/ProfileAccounts/styles.module.scss b/src/containers/profile/ProfileAccounts/styles.module.scss index 25b85ff7..17ba4117 100644 --- a/src/containers/profile/ProfileAccounts/styles.module.scss +++ b/src/containers/profile/ProfileAccounts/styles.module.scss @@ -48,11 +48,10 @@ &__photo { width: 28px; height: 28px; - background: 50% 50% no-repeat; + background: 50% 50% no-repeat $content_bg; background-size: cover; border-radius: 2px; position: relative; - background: $content_bg; } &__provider {