mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix text-contrast from 3.71 to 7.55 on dark mode
This commit is contained in:
parent
8c6f4f6579
commit
c4a3a9c616
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@
|
|||
</div>
|
||||
|
||||
{#if $config?.onboarding ?? false}
|
||||
<div class=" mt-1 text-xs font-medium text-gray-500">
|
||||
<div class="mt-1 text-xs font-medium text-gray-600 dark:text-gray-500">
|
||||
ⓘ {$WEBUI_NAME}
|
||||
{$i18n.t(
|
||||
'does not make any external connections, and your data stays securely on your locally hosted server.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue