From 092f4974d792b5e2e60bfa39da76ce3e7f37e062 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 18 Mar 2026 18:56:45 +0800 Subject: [PATCH] tighten compact typography rhythm --- lib/theme/app_theme.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/theme/app_theme.dart b/lib/theme/app_theme.dart index 808ac65a..2492ecc4 100644 --- a/lib/theme/app_theme.dart +++ b/lib/theme/app_theme.dart @@ -48,11 +48,11 @@ class AppTypography { static const double compactBodySize = 13.0; static const FontWeight compactBodyWeight = FontWeight.w400; - static const double compactBodyHeight = 18 / 13; + static const double compactBodyHeight = 15 / 13; static const double emphasizedBodySize = 14.0; static const FontWeight emphasizedBodyWeight = FontWeight.w600; - static const double emphasizedBodyHeight = 18 / 14; + static const double emphasizedBodyHeight = 14 / 14; static const double captionSize = 12.0; static const FontWeight captionWeight = FontWeight.w400;