fix(settings): Change padding to margin in SettingHelpLink styling
This commit is contained in:
parent
541405d708
commit
f8361d50e7
@ -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…
x
Reference in New Issue
Block a user