mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 02:20:10 +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
|
mode: selectedMode
|
||||||
})}
|
})}
|
||||||
</Chip>
|
</Chip>
|
||||||
<Chip variant="flat" color="secondary">
|
<Chip variant="flat" color="default">
|
||||||
{t('agent.settings.tooling.review.autoTools', {
|
{t('agent.settings.tooling.review.autoTools', {
|
||||||
defaultValue: `Auto: ${autoCount}`,
|
defaultValue: `Auto: ${autoCount}`,
|
||||||
count: autoCount
|
count: autoCount
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user