Merge pull request #73158 from NousResearch/bb/tiny-model-switches

fix(desktop): shrink model-visibility switches to xs
This commit is contained in:
brooklyn! 2026-07-28 01:38:56 -05:00 committed by GitHub
commit cef85482fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,7 @@ export function ModelVisibilityDialog({
{name}
{tag ? <span className="text-(--ui-text-tertiary)"> {tag}</span> : null}
</span>
<Switch checked={visible.has(key)} onCheckedChange={() => toggle(provider, family.id)} />
<Switch checked={visible.has(key)} onCheckedChange={() => toggle(provider, family.id)} size="xs" />
</label>
)
})}