We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35295c commit 95fe984Copy full SHA for 95fe984
fluent/src/commonMain/kotlin/io/github/composefluent/component/RadioButton.kt
@@ -110,7 +110,7 @@ fun RadioButton(
110
label?.let {
111
Spacer(Modifier.width(8.dp))
112
Text(
113
- modifier = Modifier.offset(y = (-1).dp),
+ modifier = Modifier.offset(y = (-1).dp).align(Alignment.CenterVertically),
114
text = it,
115
style = FluentTheme.typography.body.copy(
116
color = style.labelColor
0 commit comments