Fix ripple on character sheet spell action.
This commit is contained in:
parent
25eefa7bcc
commit
03dd4939b4
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fun Spell(
|
|||
onCast: (String) -> Unit,
|
||||
) {
|
||||
Row(
|
||||
modifier = modifier.clickable { onClick(spell.name) },
|
||||
modifier = Modifier.clickable { onClick(spell.name) }.then(other = modifier),
|
||||
horizontalArrangement = Arrangement.spacedBy(space = 12.dp),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue