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 2e0d70b commit d0ff09cCopy full SHA for d0ff09c
app/src/main/java/to/bitkit/ui/components/settings/SettingsButtonRow.kt
@@ -57,8 +57,8 @@ fun SettingsButtonRow(
57
verticalAlignment = Alignment.CenterVertically,
58
modifier = Modifier
59
.fillMaxWidth()
60
+ .clickableAlpha(onClick = if (enabled) onClick else null)
61
.padding(vertical = 16.dp)
- .clickableAlpha(onClick = if (enabled) onClick else null),
62
) {
63
if (iconRes != null) {
64
Icon(
0 commit comments