EmphasizeHigh

fun EmphasizeHigh(content: @Composable () -> Unit)

This function is used to set the current value of LocalContentColor to onSurface. Any Text, Icons, other components included.

This is the default emphasis applied in the whole theme. This component's content will be styled with this a content color alpha that apply a medium emphasis which is close to Black.