fix text-contrast from 3.71 to 7.55 on dark mode

This commit is contained in:
Sine Jespersen 2025-05-06 14:37:05 +02:00
parent 8c6f4f6579
commit c4a3a9c616

View File

@ -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.'