StatusSurface

fun StatusSurface(modifier: Modifier = Modifier, shape: Shape = CircleShape, contentPadding: PaddingValues = PaddingValues(horizontal = 6.dp, vertical = 2.dp), horizontalArrangement: Arrangement.Horizontal = Arrangement.spacedBy(4.dp), content: @Composable RowScope.() -> Unit)(source)

Wraps status-colored content (e.g. Snr/Rssi, a signed shield) on the StatusScrim so the colors stay legible regardless of the surface underneath. CircleShape gives a pill for a row of content and a circle behind a solo icon. Render the status content in its true token color inside.