My company isn't using material, so we're just defining colors like this
Copy code
object MyCompanyColors {
val Background = Color(0xFFFFFFFF)
val Text = Color(0xFF424242)
//20 other colors
}
Anyone see anything wrong with this? I feel like the docs and codelabs don't really have any guidance on how to create a Color sheet UNLESS you go the material theme route