Title Styles
ts
interface Title {
fontSize?: CSSProperties['fontSize']
fontWeight?: CSSProperties['fontWeight']
marginBottom?: CSSProperties['marginBottom']
padding?: CSSProperties['padding']
textColor?: CSSProperties['color']
}Preview

fontSize
- Type:
CSSProperties['fontSize'] - Default:
16px - Description: Specifies the font size of the title.
fontWeight
- Type:
CSSProperties['fontWeight'] - Default:
600 - Description: Specifies the font weight of the title.
marginBottom
- Type:
CSSProperties['marginBottom'] - Default:
16px - Description: Specifies the bottom margin of the title.
padding
- Type:
CSSProperties['padding'] - Default:
24px 24px 0 24px - Description: Specifies the padding of the title.
textColor
- Type:
CSSProperties['color'] - Default:
#001D35 - Description: Specifies the text color of the title.