fix: make the setting icon style of non-system providers consistent with system providers
This commit is contained in:
parent
43a6428653
commit
07b6d5ce1d
@ -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…
x
Reference in New Issue
Block a user