[iOS] LetterPickerButtons are Hard to Tap (#1223)

This commit is contained in:
Joe 2024-09-02 15:35:58 -06:00 committed by GitHub
parent f5bd1b8fcd
commit 9ec0e93689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ extension LetterPickerBar {
}
.frame(width: 20, height: 20)
}
.frame(width: 50, height: 20)
}
}
}