Browse Source

refac: styling

Timothy Jaeryang Baek 4 months ago
parent
commit
83d2bf1c0d
1 changed files with 1 additions and 1 deletions
  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}
 				{#if edit}
 					<div class="py-2">
 					<div class="py-2">
 						<Textarea
 						<Textarea
-							class=" bg-transparent outline-none w-full resize-none"
+							className=" bg-transparent outline-none w-full resize-none"
 							bind:value={editedContent}
 							bind:value={editedContent}
 							onKeydown={(e) => {
 							onKeydown={(e) => {
 								if (e.key === 'Escape') {
 								if (e.key === 'Escape') {