Skip to content

Commit

Permalink
fix text size
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Jul 21, 2024
1 parent 0487d7d commit 3cbe9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passkit_ui/lib/src/theme/coupon_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CouponTheme extends ThemeExtension<CouponTheme> implements BasePassTheme {
fontWeight: FontWeight.w600,
),
auxiliaryTextStyle: foregroundTextStyle.copyWith(
fontSize: 12,
fontSize: 18,
height: 0.9,
),
);
Expand Down

0 comments on commit 3cbe9a6

Please sign in to comment.