"test/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "cf11427643edc4bf7681c0e425f0409eb21a7d28"
Commit cf9dbea3 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent 0722e4b6
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
> >
<div> <div>
{#if edit === true} {#if edit === true}
<div class="w-full bg-gray-800 rounded-3xl px-5 py-3 my-2"> <div class="w-full bg-gray-50 dark:bg-gray-800 rounded-3xl px-5 py-3 my-2">
<textarea <textarea
id="message-edit-{message.id}" id="message-edit-{message.id}"
bind:this={editTextAreaElement} bind:this={editTextAreaElement}
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
{/if} {/if}
{#if edit === true} {#if edit === true}
<div class=" w-full bg-gray-800 rounded-3xl px-5 py-3 mb-2"> <div class=" w-full bg-gray-50 dark:bg-gray-800 rounded-3xl px-5 py-3 mb-2">
<textarea <textarea
id="message-edit-{message.id}" id="message-edit-{message.id}"
bind:this={messageEditTextAreaElement} bind:this={messageEditTextAreaElement}
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
<div class="w-full"> <div class="w-full">
<div class="flex justify-end mb-2"> <div class="flex justify-end mb-2">
<div <div
class="rounded-3xl px-5 py-2 max-w-[90%] bg-gray-850 {message.files class="rounded-3xl px-5 py-2 max-w-[90%] bg-gray-50 dark:bg-gray-850 {message.files
? 'rounded-tr-lg' ? 'rounded-tr-lg'
: ''}" : ''}"
> >
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment