update default profile icon colours

This commit is contained in:
liamcottle
2024-12-26 16:13:53 +13:00
parent 08f0a06ee9
commit afeb27b446

View File

@@ -184,8 +184,8 @@ export default {
config() { config() {
// update ui when config is updated // update ui when config is updated
this.iconName = this.config.lxmf_user_icon_name; this.iconName = this.config.lxmf_user_icon_name;
this.iconForegroundColour = this.config.lxmf_user_icon_foreground_colour || "#000000"; this.iconForegroundColour = this.config.lxmf_user_icon_foreground_colour || "#6b7280";
this.iconBackgroundColour = this.config.lxmf_user_icon_background_colour || "#FFFFFF"; this.iconBackgroundColour = this.config.lxmf_user_icon_background_colour || "#e5e7eb";
}, },
}, },
} }