Skip to content

Commit

Permalink
#7 Update: WavveTextField
Browse files Browse the repository at this point in the history
  • Loading branch information
0se0 committed Nov 14, 2024
1 parent d2cc362 commit e0cc77e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fun WavveTextField(
onPasswordVisibilityChange: (() -> Unit)? = null,
errorMessage: String? = null,
onFocusChanged: (Boolean) -> Unit,
onNext: () -> Unit,
onNext: () -> Unit = {},
keyboardOptions: KeyboardOptions = KeyboardOptions.Default,
modifier: Modifier = Modifier
) {
Expand Down Expand Up @@ -126,4 +126,4 @@ fun WavveTextField(
)
}
}
}
}

0 comments on commit e0cc77e

Please sign in to comment.