Minki
06/29/2023, 4:38 PMSnackbarHost(
modifier = Modifier.align(Alignment.BottomCenter),
hostState = snackbarHostState,
) { data ->
Snackbar(
snackbarData = data,
containerColor = Color.Gray,
contentColor = Color.Red //change text color in snackbar?
)
}
but as you can see, the text color just stays black...