mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
refac
This commit is contained in:
parent
4a57e581d9
commit
db7ea6d23f
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@
|
|||
<div class="flex items-center gap-3 p-1">
|
||||
{#if showFloatingActionButtons}
|
||||
<button
|
||||
class="text-xs text-gray-700 underline"
|
||||
class="text-xs text-gray-700 dark:text-gray-400 underline"
|
||||
type="button"
|
||||
on:click={() => {
|
||||
showManageFloatingActionButtonsModal = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue