mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 05:09:09 +08:00
fix(settings): Change padding to margin in SettingHelpLink styling
This commit is contained in:
parent
2dcf1cf584
commit
65d7e24aef
@ -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 }>`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user