diff --git a/frappe/public/js/frappe/social/components/ProfileBanner.vue b/frappe/public/js/frappe/social/components/ProfileBanner.vue index 119d613cac..52c7d1f998 100644 --- a/frappe/public/js/frappe/social/components/ProfileBanner.vue +++ b/frappe/public/js/frappe/social/components/ProfileBanner.vue @@ -11,7 +11,7 @@ export default { is_own_profile: this.user_id === frappe.session.user, user_avatar: frappe.avatar(this.user_id, 'avatar-xl'), background_style: { - 'background': 'black' + 'background': '#262626' } } },