Skip to content

Commit

Permalink
WordCapsule: Fix alignment of numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleKarrot committed Nov 30, 2024
1 parent 00cf697 commit 531f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BitcoinUI/SeedPhraseView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct WordCapsule: View {
Text("\(index + 1)")
.font(.system(size: 14))
.foregroundColor(.secondary)
.frame(minWidth: 20, alignment: .leading)
.frame(minWidth: 20, alignment: .trailing)
Divider()
.frame(height: 20)
.background(Color.secondary.opacity(0.2))
Expand Down

0 comments on commit 531f585

Please sign in to comment.