commit b394e83b26adb15c46b489d7fd1a00db29d12176
parent 3a8dac4c8fb3b88accf2e12282caaff38773d7f6
Author: Marc Stibane <marc@taler.net>
Date: Wed, 20 Nov 2024 07:49:40 +0100
smaller tx icon in lists
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/HelperViews/IconBadge.swift b/TalerWallet1/Views/HelperViews/IconBadge.swift
@@ -81,7 +81,7 @@ struct IconBadge: View {
wideIcon.foregroundColor(.clear)
}
image.foregroundColor(foreColor)
- }.talerFont(.title)
+ }.talerFont(.title2)
if wideIcon == nil {
// ZStack centers the main icon, so the badge will always be at the same position
let badgeName = needsKYC ? NEEDS_KYC