mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-22 01:29:49 +00:00
wip
This commit is contained in:
@@ -145,7 +145,7 @@ struct BadgesPayView: View {
|
||||
.font(.body)
|
||||
if let percent = savingsPercent(period) {
|
||||
Text("Save \(percent)%")
|
||||
.font(.caption)
|
||||
.font(.footnote)
|
||||
.foregroundColor(isSelected ? theme.colors.primary : theme.colors.secondary)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user