mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 01:24:14 +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 }>`
|
export const SettingGroup = styled.div<{ theme?: ThemeMode }>`
|
||||||
padding: 10px;
|
padding: 10px 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border: 0.5px solid var(--color-border);
|
|
||||||
background: var(--color-group-background);
|
|
||||||
`
|
`
|
||||||
|
|
||||||
export default SettingsTab
|
export default SettingsTab
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user