mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 18:10:26 +08:00
style(AgentSettings): change chip color from secondary to default for consistency
This commit is contained in:
parent
e4ad5084cf
commit
1ef6de1869
@ -500,7 +500,7 @@ export const ToolingSettings: FC<AgentToolingSettingsProps> = ({ agentBase, upda
|
||||
mode: selectedMode
|
||||
})}
|
||||
</Chip>
|
||||
<Chip variant="flat" color="secondary">
|
||||
<Chip variant="flat" color="default">
|
||||
{t('agent.settings.tooling.review.autoTools', {
|
||||
defaultValue: `Auto: ${autoCount}`,
|
||||
count: autoCount
|
||||
|
||||
Loading…
Reference in New Issue
Block a user