From 3cbe9a6f200a7eae91cbdcd04c8013f15f172e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Sun, 21 Jul 2024 16:08:44 +0200 Subject: [PATCH] fix text size --- passkit_ui/lib/src/theme/coupon_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passkit_ui/lib/src/theme/coupon_theme.dart b/passkit_ui/lib/src/theme/coupon_theme.dart index 56cf546..e17049e 100644 --- a/passkit_ui/lib/src/theme/coupon_theme.dart +++ b/passkit_ui/lib/src/theme/coupon_theme.dart @@ -64,7 +64,7 @@ class CouponTheme extends ThemeExtension implements BasePassTheme { fontWeight: FontWeight.w600, ), auxiliaryTextStyle: foregroundTextStyle.copyWith( - fontSize: 12, + fontSize: 18, height: 0.9, ), );