mirror of
https://github.com/open-webui/open-webui
synced 2025-01-30 06:18:20 +00:00
fix: button dark theme styling
This commit is contained in:
parent
f0e1ec75d8
commit
eac614b407
@ -935,7 +935,7 @@
|
||||
</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={() => {
|
||||
cancelEditMessage(messageIdx);
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user