Skip to content

Commit

Permalink
fix GroupCreateDialog cancel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrlzy committed Oct 18, 2024
1 parent 312dcfc commit 70e1e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fun GroupCreateDialogContent(
Modifier
.padding(end = 12.dp, top = 12.dp)
.align(Alignment.TopEnd),
onClick = {},
onClick = { onDismiss() },
) {
Icon(
modifier = Modifier,
Expand Down

0 comments on commit 70e1e6e

Please sign in to comment.