style: adjusted padding and border styles in settingsgroup component
This commit is contained in:
parent
d9f7bcfc21
commit
5f55d8c22c
@ -410,13 +410,11 @@ const SettingRowTitleSmall = styled(SettingRowTitle)`
|
||||
`
|
||||
|
||||
export const SettingGroup = styled.div<{ theme?: ThemeMode }>`
|
||||
padding: 10px;
|
||||
padding: 10px 5px;
|
||||
width: 100%;
|
||||
margin-top: 0;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 10px;
|
||||
border: 0.5px solid var(--color-border);
|
||||
background: var(--color-group-background);
|
||||
`
|
||||
|
||||
export default SettingsTab
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user