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 {