YASAN
04/14/2021, 7:20 PMprivate val DarkColors = darkColors(
    primary = Yellow200,
    secondary = Blue200,
    // ...
)
private val LightColors = lightColors(
    primary = Yellow500,
    primaryVariant = Yellow400,
    secondary = Blue700,
    // ...
)Bryan Herbst
04/14/2021, 7:29 PMYASAN
04/14/2021, 7:31 PMSlava Glushenkov
04/15/2021, 12:10 PM