Skip to content

Commit d892e77

Browse files
committed
Change MainActivity's example modifier
To fit with the new version of PinInput
1 parent f1dba47 commit d892e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/yogeshpaliyal/speld/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class MainActivity : ComponentActivity() {
4545

4646
// Bordered PIN View
4747
PinInput(
48-
modifier = Modifier.border(
48+
cellModifier = Modifier.border(
4949
BorderStroke(2.dp, Color.Red),
5050
shape = RoundedCornerShape(3.dp)
5151
), value = text.value,

0 commit comments

Comments
 (0)