Colton Idle
11/29/2025, 12:43 AMIconButton(onClick = { /* doSomething() */ }, Modifier.size(32.dp)) {
Icon(Icons.Outlined.Lock, contentDescription = "Localized description")
}
this fails, but the touch target size is still 48.dp because material3 sets that touch target size. so why does it report that the touch target size is too small?