mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
high contrast mode on text in connections tab on settings modal
This commit is contained in:
parent
c27d8a4a28
commit
9d76f30f9b
1 changed files with 5 additions and 1 deletions
|
|
@ -127,7 +127,11 @@
|
|||
</div>
|
||||
|
||||
<div class="my-1.5">
|
||||
<div class="text-xs text-gray-500">
|
||||
<div
|
||||
class="text-xs {($settings?.highContrastMode ?? false)
|
||||
? 'text-gray-800 dark:text-gray-100'
|
||||
: 'text-gray-500'}"
|
||||
>
|
||||
{$i18n.t('Connect to your own OpenAI compatible API endpoints.')}
|
||||
<br />
|
||||
{$i18n.t(
|
||||
|
|
|
|||
Loading…
Reference in a new issue