style: 资产卡片金额字号从28px改为22px
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user