mirror of
https://github.com/anomalyco/opencode.git
synced 2026-06-01 19:05:38 +00:00
feat: switch style updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user