We offer a range of colors that can help you apply color to your App in a meaningful way. You can create a color theme to represent your brand or reflects your style.
Colors used as value XelaColor
of Color
XelaColor.Blue3
You can find all colors constants in lib files Models -> XelaColor
Box(
modifier = Modifier.background(XelaColor.Blue3)
) {
Text(
text = "Hello world",
style = xelaBody,
color = XelaColor.Gray11
)
}