Slide 15
Slide 15 text
Sidebar
Design System Tokens
@Stable
class Colors(
val primary: Color,
val primaryVariant: Color,
val secondary: Color,
val secondaryVariant: Color,
val background: Color,
val surface: Color,
val error: Color,
val onPrimary: Color,
val onSecondary: Color,
val onBackground: Color,
val onSurface: Color,
val onError: Color,
val isLight: Boolean
)
@Immutable
class Typography(
val h1: TextStyle,
val h2: TextStyle,
val h3: TextStyle,
val h4: TextStyle,
val h5: TextStyle,
val h6: TextStyle,
val subtitle1: TextStyle,
val subtitle2: TextStyle,
val body1: TextStyle,
val body2: TextStyle,
val button: TextStyle,
val caption: TextStyle,
val overline: TextStyle
)
@Immutable
class Typography(
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle,
val : TextStyle
)