Finding a couple of issues with alpha05 - textAlig...
# compose
p
Finding a couple of issues with alpha05 - textAlign seems to have no effect:
Copy code
Column {
  Text("Hello", Modifier.fillMaxWidth(), textAlign = TextAlign.Start)
}
The text is always centred whatever textAlign is set to.
2