mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
style: adjusted padding and border styles in settingsgroup component
This commit is contained in:
parent
fe58723b10
commit
21e4a0acd2
@ -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…
Reference in New Issue
Block a user