fix(settings): Change padding to margin in SettingHelpLink styling

This commit is contained in:
Xat 2025-03-13 17:56:49 +08:00 committed by 亢奋猫
parent 541405d708
commit f8361d50e7

View File

@ -77,7 +77,7 @@ export const SettingHelpText = styled.div`
export const SettingHelpLink = styled(Link)` export const SettingHelpLink = styled(Link)`
font-size: 11px; font-size: 11px;
padding: 0 5px; margin: 0 5px;
` `
export const SettingGroup = styled.div<{ theme?: ThemeMode }>` export const SettingGroup = styled.div<{ theme?: ThemeMode }>`