Darken the chat composer in dark mode
This commit is contained in:
parent
d256abb42f
commit
a5237a5e75
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@
|
||||||
disabled={sending}
|
disabled={sending}
|
||||||
placeholder="Message..."
|
placeholder="Message..."
|
||||||
{contextPubkeys}
|
{contextPubkeys}
|
||||||
textareaClass="block w-full resize-none rounded border border-neutral-200 dark:border-neutral-700 py-2 pl-3 pr-11 text-sm focus:outline-none focus:ring-1 focus:ring-accent disabled:opacity-50"
|
textareaClass="block w-full resize-none rounded border border-neutral-200 dark:border-neutral-700 dark:bg-neutral-900 focus:dark:bg-neutral-950 py-2 pl-3 pr-11 text-sm focus:outline-none focus:ring-1 focus:ring-accent disabled:opacity-50"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue