PIN : fix warning

This commit is contained in:
ganfra 2023-10-23 10:34:49 +02:00
parent 32f9ddc44b
commit ff56a51be5
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ private fun PinDigitView(
@PreviewsDayNight @PreviewsDayNight
@Composable @Composable
fun PinEntryTextFieldPreview() { internal fun PinEntryTextFieldPreview() {
ElementTheme { ElementTheme {
PinEntryTextField( PinEntryTextField(
pinEntry = PinEntry.empty(4).fillWith("12"), pinEntry = PinEntry.empty(4).fillWith("12"),

View file

@ -199,7 +199,7 @@ private fun PinKeypadBackButton(
@Composable @Composable
@PreviewsDayNight @PreviewsDayNight
fun PinKeypadPreview() { internal fun PinKeypadPreview() {
ElementPreview { ElementPreview {
BoxWithConstraints { BoxWithConstraints {
PinKeypad( PinKeypad(