Skip to content

Commit d442ed1

Browse files
authored
Slightly increase button sizes
1 parent 83d67cc commit d442ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/dev/pranav/applock/features/lockscreen/ui/PasswordOverlayScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ fun KeypadSection(
684684
} else {
685685
val availableWidth = screenWidthDp - (horizontalPadding * 2)
686686
val totalSpacing = buttonSpacing * 2
687-
(availableWidth - totalSpacing) / 4f
687+
(availableWidth - totalSpacing) / 3.5f
688688
}
689689
}
690690

0 commit comments

Comments
 (0)