diff --git a/frappe/public/js/frappe/chat.js b/frappe/public/js/frappe/chat.js index 8c7f531d23..8c4a66ca2a 100644 --- a/frappe/public/js/frappe/chat.js +++ b/frappe/public/js/frappe/chat.js @@ -2095,8 +2095,8 @@ class extends Component { h("div", { class: "panel-body", style: { "height": "100%" } }, h("div", { class: "vcenter" }, h("div", { class: "text-center text-extra-muted" }, - h(frappe.components.Octicon, { type: "comment-discussion", style: "font-size: 48px" }), - h("p","",__("Select a Chat to start messaging.")) + h(frappe.components.Octicon, { type: "comment-discussion", style: "font-size: 125px" }), + h("p","",__("Select a chat to start messaging.")) ) ) ),