Settings Styles
ts
interface Settings {
marginTop?: CSSProperties['marginTop']
marginBottom?: CSSProperties['marginBottom']
fontSize?: CSSProperties['fontSize']
separatorColor?: CSSProperties['color']
titleSize?: CSSProperties['fontSize']
titleWeight?: CSSProperties['fontWeight']
}
Preview
marginTop
- Type:
CSSProperties['marginTop']
- Default:
'2rem'
- Description: Specifies the top margin of the settings.
marginBottom
- Type:
CSSProperties['marginBottom']
- Default:
'2rem'
- Description: Specifies the bottom margin of the settings.
fontSize
- Type:
CSSProperties['fontSize']
- Default:
'14px'
- Description: Specifies the font size of the settings.
separatorColor
- Type:
CSSProperties['color']
- Default:
'#eee'
- Description: Specifies the color of the separator line in the settings.
titleSize
- Type:
CSSProperties['fontSize']
- Default:
'14px'
- Description: Specifies the font size of the settings title.
titleWeight
- Type:
CSSProperties['fontWeight']
- Default:
600
- Description: Specifies the font weight of the settings title.