Skip to main content
Version: 4.x.x (latest)

$color

Props with scale option

PropScale
c or colortheme.colors
bg or backgroundColortheme.colors

Types

export type DesygnaSystemColorProps = {
c?: DesygnaGenericProp<CSS.Properties["color"], DesygnaThemeColor>;
color?: DesygnaGenericProp<CSS.Properties["color"], DesygnaThemeColor>;
backgroundColor?: DesygnaGenericProp<CSS.Properties["backgroundColor"], DesygnaThemeColor>;
bg?: DesygnaGenericProp<CSS.Properties["backgroundColor"], DesygnaThemeColor>;
};