mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 22:39:36 +08:00
style(AgentItem): add background color to session count chip
This commit is contained in:
parent
8b0e8506c2
commit
7084b8d429
@ -44,7 +44,7 @@ const AgentItem: FC<AgentItemProps> = ({ agent, isActive, onDelete, onPress }) =
|
|||||||
variant="bordered"
|
variant="bordered"
|
||||||
size="sm"
|
size="sm"
|
||||||
radius="full"
|
radius="full"
|
||||||
className="aspect-square h-5 w-5 items-center justify-center border-[0.5px] text-[10px]">
|
className="aspect-square h-5 w-5 items-center justify-center border-[0.5px] bg-background text-[10px]">
|
||||||
{sessions.length}
|
{sessions.length}
|
||||||
</Chip>
|
</Chip>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user