Skip to content

Commit

Permalink
[mod] #131 SignUpScreen Button text
Browse files Browse the repository at this point in the history
  • Loading branch information
cacaocoffee committed Oct 7, 2024
1 parent c9d1b09 commit 70613b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fun SignUpRoute(
Column(modifier = Modifier.align(alignment = Alignment.BottomCenter)) {
RecordyHorizontalPagerIndicator(modifier = Modifier.fillMaxWidth(), pagerState = pagerState)
RecordyButton(
text = if (pagerState.currentPage == 3) "완료" else "다음",
text = if (pagerState.currentPage == 2) "완료" else "다음",
enabled = uiState.btnEnable,
clickable = uiState.btnEnable,
onClick = {
Expand Down

0 comments on commit 70613b2

Please sign in to comment.