style: 资产卡片金额字号从28px改为22px

This commit is contained in:
2026-04-07 15:42:32 +08:00
parent 34b203518b
commit 4b6eb009a9
3 changed files with 4 additions and 4 deletions

View File

@@ -348,9 +348,9 @@ class AppTextStyles {
// 數字/金額 - Inter (等寬特性)
// ============================================
/// 大號數字 (28px w700) - 總資產、餘額
/// 大號數字 (22px w700) - 總資產、餘額
static TextStyle numberLarge(BuildContext context) => GoogleFonts.inter(
fontSize: 28,
fontSize: 22,
fontWeight: FontWeight.w700,
color: Theme.of(context).colorScheme.onSurface,
height: 1.15,