mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-30 07:39:06 +08:00
fix: replace Tooltip with InfoTooltip in GeneralSettings for improved clarity
- Updated the proxy bypass tooltip to use InfoTooltip component for better styling and functionality. - Maintained existing behavior while enhancing the user interface.
This commit is contained in:
parent
8a4a34a946
commit
82dd771110
@ -225,9 +225,7 @@ const GeneralSettings: FC = () => {
|
||||
<SettingRow>
|
||||
<SettingRowTitle style={{ display: 'flex', alignItems: 'center', gap: 4 }}>
|
||||
<span>{t('settings.proxy.bypass')}</span>
|
||||
<Tooltip title={t('settings.proxy.tip')} placement="right">
|
||||
<InfoCircleOutlined style={{ cursor: 'pointer' }} />
|
||||
</Tooltip>
|
||||
<InfoTooltip content={t('settings.proxy.tip')} placement="right" iconProps={{ className: 'cursor-pointer' }} />
|
||||
</SettingRowTitle>
|
||||
<Input
|
||||
spellCheck={false}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user