Merge pull request #58 from zcash/ui-components-word-chip

UI components word chip
This commit is contained in:
Francisco Gindre 2021-10-21 14:45:58 -03:00 committed by GitHub
commit e6503e5b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ struct EnumeratedChip: View {
}
struct NumberedText: View {
@Clamped(1...24) var number: Int = 1
var number: Int = 1
var text: String
@ViewBuilder var numberedText: some View {