mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
update default profile icon colours
This commit is contained in:
parent
08f0a06ee9
commit
afeb27b446
1 changed files with 2 additions and 2 deletions
|
|
@ -184,8 +184,8 @@ export default {
|
|||
config() {
|
||||
// update ui when config is updated
|
||||
this.iconName = this.config.lxmf_user_icon_name;
|
||||
this.iconForegroundColour = this.config.lxmf_user_icon_foreground_colour || "#000000";
|
||||
this.iconBackgroundColour = this.config.lxmf_user_icon_background_colour || "#FFFFFF";
|
||||
this.iconForegroundColour = this.config.lxmf_user_icon_foreground_colour || "#6b7280";
|
||||
this.iconBackgroundColour = this.config.lxmf_user_icon_background_colour || "#e5e7eb";
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue