forked from open-webui/open-webui
fix: button dark theme styling
This commit is contained in:
parent
f0e1ec75d8
commit
eac614b407
1 changed files with 1 additions and 1 deletions
|
@ -935,7 +935,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class=" px-4 py-2.5 hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-700 text-gray-700 transition outline outline-1 outline-gray-200 dark:outline-gray-600 rounded-lg"
|
class=" px-4 py-2.5 hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-100 transition outline outline-1 outline-gray-200 dark:outline-gray-600 rounded-lg"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
cancelEditMessage(messageIdx);
|
cancelEditMessage(messageIdx);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue