mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 05:09:09 +08:00
fix: make the setting icon style of non-system providers consistent with system providers
This commit is contained in:
parent
fe738bc937
commit
0d17f6a5ba
@ -267,9 +267,11 @@ const ProviderSetting: FC<Props> = ({ provider: _provider }) => {
|
|||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
{!provider.isSystem && (
|
{!provider.isSystem && (
|
||||||
<Button type="text" style={{ width: 30 }} onClick={() => ProviderSettingsPopup.show({ provider })}>
|
<SettingOutlined
|
||||||
<SettingOutlined />
|
type="text"
|
||||||
</Button>
|
style={{ width: 30 }}
|
||||||
|
onClick={() => ProviderSettingsPopup.show({ provider })}
|
||||||
|
/>
|
||||||
)}
|
)}
|
||||||
</Flex>
|
</Flex>
|
||||||
<Switch
|
<Switch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user