Set lighter background for banner
This commit is contained in:
parent
33ed8f08c0
commit
0f95d363bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue