Browse Source

refac: styling

Timothy Jaeryang Baek 4 tháng trước cách đây
mục cha
commit
83d2bf1c0d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/channel/Messages/Message.svelte

+ 1 - 1
src/lib/components/channel/Messages/Message.svelte

@@ -145,7 +145,7 @@
 				{#if edit}
 					<div class="py-2">
 						<Textarea
-							class=" bg-transparent outline-none w-full resize-none"
+							className=" bg-transparent outline-none w-full resize-none"
 							bind:value={editedContent}
 							onKeydown={(e) => {
 								if (e.key === 'Escape') {