mirror of
https://github.com/open-webui/open-webui
synced 2025-06-25 17:57:20 +00:00
model selector contrast
This commit is contained in:
parent
41f64da0d6
commit
43d0db5eea
@ -114,7 +114,9 @@
|
||||
</div>
|
||||
|
||||
{#if showSetDefault}
|
||||
<div class=" absolute text-left mt-[1px] ml-1 text-[0.7rem] text-gray-500 font-primary">
|
||||
<div
|
||||
class=" absolute text-left mt-[1px] ml-1 text-[0.7rem] text-gray-600 dark:text-gray-400 font-primary"
|
||||
>
|
||||
<button on:click={saveDefaultModel}> {$i18n.t('Set as default')}</button>
|
||||
</div>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user