diff --git a/src/App.vue b/src/App.vue
index ed7f0cc..b75581e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4371,7 +4371,7 @@ export default {
label on the chat history panel -->
+ :theme="prefs.theme !== 'auto' ? prefs.theme : 'auto'" @select="onSelectEmoji">
diff --git a/src/components/MessageBox.vue b/src/components/MessageBox.vue
index 8809617..c6c8271 100644
--- a/src/components/MessageBox.vue
+++ b/src/components/MessageBox.vue
@@ -1,5 +1,6 @@