OudsLightDarkColorToken

data class OudsLightDarkColorToken(val light: Color, val dark: Color)

A color token which aggregates two colors, with one being used for the light theme and the other for the dark theme.

Constructors

Link copied to clipboard
constructor(light: Color, dark: Color)

Creates an instance of OudsLightDarkColorToken.

Properties

Link copied to clipboard
val dark: Color

The color used for the dark theme.

Link copied to clipboard

The color used for the light theme.