Simplifies modifiers

This commit is contained in:
Vitor Pamplona
2023-04-07 17:37:25 -04:00
parent 241372ce61
commit c58b13e2f7
@@ -324,7 +324,7 @@ fun NoteComposeInner(
)
IconButton(
modifier = Modifier.then(Modifier.size(24.dp)),
modifier = Modifier.size(24.dp),
onClick = { moreActionsExpanded = true }
) {
Icon(