diff --git a/src/components/chat/ChatEditor.vue b/src/components/chat/ChatEditor.vue index d19d541..2692fa3 100644 --- a/src/components/chat/ChatEditor.vue +++ b/src/components/chat/ChatEditor.vue @@ -60,7 +60,6 @@ auto-grow hide-details class="w-full" - variant="solo" density="comfortable" placeholder="Enter some messages..." :rows="1" @@ -70,7 +69,7 @@ @keydown="onEditorKeydown" @paste="pasteMedia" > -