var color by remember {
    mutableStateOf(Pink80)
}

val backgroundColor by animateColorAsState(color)