And someone can tell me why this simple thing ```R...
# compose
c
And someone can tell me why this simple thing
Copy code
Row {
    Text("Sample Text")
    Button("Click")
}
Is throwing IllegalStateException: No colors found!?
a
I'm wondering in what context you use the Row in your example. Could we see a full code sample please?
c
It was solved by wraping everything inside MaterialTheme, I was creating this directly from the context as a customview on demand and now is working fine