mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +02:00
style: update badge component in LLM role manager for improved visual consistency
This commit is contained in:
parent
000c2d9b5b
commit
c9ae4fcaca
1 changed files with 1 additions and 7 deletions
|
|
@ -360,13 +360,7 @@ export function LLMRoleManager({ searchSpaceId }: LLMRoleManagerProps) {
|
||||||
>
|
>
|
||||||
<div className="flex items-center gap-1 md:gap-1.5 flex-wrap min-w-0">
|
<div className="flex items-center gap-1 md:gap-1.5 flex-wrap min-w-0">
|
||||||
{isAuto ? (
|
{isAuto ? (
|
||||||
<Badge
|
<Shuffle className="size-3 md:size-3.5 shrink-0 text-muted-foreground" />
|
||||||
variant="outline"
|
|
||||||
className="text-[9px] md:text-[10px] shrink-0 bg-violet-100 text-violet-700 dark:bg-violet-900/30 dark:text-violet-300 border-violet-200 dark:border-violet-700"
|
|
||||||
>
|
|
||||||
<Shuffle className="size-2 md:size-2.5 mr-0.5" />
|
|
||||||
AUTO
|
|
||||||
</Badge>
|
|
||||||
) : (
|
) : (
|
||||||
getProviderIcon(config.provider, {
|
getProviderIcon(config.provider, {
|
||||||
className: "size-3 md:size-3.5 shrink-0",
|
className: "size-3 md:size-3.5 shrink-0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue