mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix text-contrast from 3.71 to 7.55 on dark mode
This commit is contained in:
parent
8c6f4f6579
commit
c4a3a9c616
@ -235,7 +235,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if $config?.onboarding ?? false}
|
{#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}
|
ⓘ {$WEBUI_NAME}
|
||||||
{$i18n.t(
|
{$i18n.t(
|
||||||
'does not make any external connections, and your data stays securely on your locally hosted server.'
|
'does not make any external connections, and your data stays securely on your locally hosted server.'
|
||||||
|
Loading…
Reference in New Issue
Block a user