feat: switch style updates
This commit is contained in:
parent
04650f01fe
commit
9f458c5cb6
2 changed files with 43 additions and 38 deletions
|
|
@ -32,7 +32,10 @@ export const DialogManageModels: Component = () => {
|
|||
}}
|
||||
>
|
||||
{(i) => (
|
||||
<div class="w-full flex items-center justify-between gap-x-2.5">
|
||||
<div
|
||||
class="w-full flex items-center justify-between gap-x-2.5"
|
||||
classList={{ "text-text-weak": !local.model.visible({ modelID: i.id, providerID: i.provider.id }) }}
|
||||
>
|
||||
<span>{i.name}</span>
|
||||
<div onClick={(e) => e.stopPropagation()}>
|
||||
<Switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue