79328455

Date: 2025-01-04 08:11:58
Score: 2
Natty:
Report link

It is actually caused by LocalMinimumInteractiveComponentSize as mentioned by @tyg. This is fixed Using CompositionLocalProvider.

CompositionLocalProvider(LocalMinimumInteractiveComponentSize provides Dp.Unspecified) {
    Row {
        OutlinedButton(onClick = {}) {
            Text("Button")
       }
    }
}

Answer found here (depricated)

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @tyg
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Surendra