Skip to content

Commit

Permalink
[PC-225] PieceDialog 파라미터 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Jan 1, 2025
1 parent 173caf8 commit 8502e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import com.puzzle.designsystem.foundation.PieceTheme
fun PieceDialog(
dialogTop: @Composable () -> Unit,
dialogBottom: @Composable () -> Unit,
modifier: Modifier = Modifier,
onDismissRequest: () -> Unit,
modifier: Modifier = Modifier,
) {
Dialog(
onDismissRequest = onDismissRequest,
Expand Down

0 comments on commit 8502e65

Please sign in to comment.