From ba523e1d1f9608a1031609d44d1d0fc3e2980eb9 Mon Sep 17 00:00:00 2001
From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com>
Date: Sun, 3 Sep 2023 22:21:31 +0200
Subject: [PATCH] Fix symbols
---
plugins/plugins/core/components/ChatTextEditor.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/plugins/core/components/ChatTextEditor.js b/plugins/plugins/core/components/ChatTextEditor.js
index b13dc72f..253e9235 100644
--- a/plugins/plugins/core/components/ChatTextEditor.js
+++ b/plugins/plugins/core/components/ChatTextEditor.js
@@ -343,7 +343,7 @@ class ChatTextEditor extends LitElement {
}
.material-symbols-outlined {
- font-family: 'Material Symbols Outlined';
+ font-family: 'Material Icons Outlined';
font-weight: normal;
font-style: normal;
font-size: 18px; /* Preferred icon size */
@@ -423,13 +423,13 @@ mwc-checkbox::shadow .mdc-checkbox::after, mwc-checkbox::shadow .mdc-checkbox::b
@click=${() => this.editor.chain().focus().toggleHighlight().run()}
class=${["chatbar-button-single", (this.editedMessageObj || this.repliedToMessageObj || this.openGifModal) && 'show-chatbar-buttons', this.editor && this.editor.isActive('highlight') ? 'is-active' : ''].join(' ')}
>
-
+