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>
|
||||
)}
|
||||
{!provider.isSystem && (
|
||||
<Button type="text" style={{ width: 30 }} onClick={() => ProviderSettingsPopup.show({ provider })}>
|
||||
<SettingOutlined />
|
||||
</Button>
|
||||
<SettingOutlined
|
||||
type="text"
|
||||
style={{ width: 30 }}
|
||||
onClick={() => ProviderSettingsPopup.show({ provider })}
|
||||
/>
|
||||
)}
|
||||
</Flex>
|
||||
<Switch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user