mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
Merge pull request #15019 from itk-dev/feature/high-contrast-mode-tools-section
Feature/high contrast mode tools section
This commit is contained in:
commit
2885ed9648
@ -61,6 +61,7 @@
|
|||||||
|
|
||||||
<Tooltip content={$i18n.t(`Add Connection`)}>
|
<Tooltip content={$i18n.t(`Add Connection`)}>
|
||||||
<button
|
<button
|
||||||
|
aria-label={$i18n.t(`Add Connection`)}
|
||||||
class="px-1"
|
class="px-1"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
showConnectionModal = true;
|
showConnectionModal = true;
|
||||||
@ -90,7 +91,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="my-1.5">
|
<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 OpenAPI compatible external tool servers.')}
|
{$i18n.t('Connect to your own OpenAPI compatible external tool servers.')}
|
||||||
<br />
|
<br />
|
||||||
{$i18n.t(
|
{$i18n.t(
|
||||||
|
Loading…
Reference in New Issue
Block a user