Set lighter background for banner

This commit is contained in:
Suraj Shetty 2018-10-12 13:22:15 +05:30
parent 33ed8f08c0
commit 0f95d363bd

View file

@ -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'
}
}
},