The text is behind the button, how do i separate it

How do i separate the text and the button

Here’s my code:

@Composable
@Preview
fun App() {
    MaterialTheme {
        Text("Onemintimer")
        Clock(modifier = Modifier
            .aspectRatio(1.0f)
            .padding(100.dp))
    }
}
1 Like

Use a Column { } layout