style: 资产卡片金额字号从28px改为22px
This commit is contained in:
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
|
||||
|
||||
_flutter.loader.load({
|
||||
serviceWorkerSettings: {
|
||||
serviceWorkerVersion: "3714701360" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
serviceWorkerVersion: "2006425100" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
}
|
||||
});
|
||||
|
||||
@@ -34562,7 +34562,7 @@ wp(a){var s=A.f(a).ax,r=s.rx
|
||||
return A.fp().$4$color$fontSize$fontWeight$height(r==null?s.k3:r,11,B.I,1.35)},
|
||||
ah5(a){var s=A.f(a).ax,r=s.rx
|
||||
return A.fp().$4$color$fontSize$fontWeight$height(r==null?s.k3:r,11,B.L,1.35)},
|
||||
b3c(a){return A.fp().$6$color$fontFeatures$fontSize$fontWeight$height$letterSpacing(A.f(a).ax.k3,B.ob,28,B.N,1.15,-0.5)},
|
||||
b3c(a){return A.fp().$6$color$fontFeatures$fontSize$fontWeight$height$letterSpacing(A.f(a).ax.k3,B.ob,22,B.N,1.15,-0.5)},
|
||||
mo(a){return A.fp().$5$color$fontFeatures$fontSize$fontWeight$height(A.f(a).ax.k3,B.ob,14,B.L,1.25)},
|
||||
aZs(a){return A.fp().$5$color$fontFeatures$fontSize$fontWeight$height(A.f(a).ax.k3,B.ob,12,B.I,1.3)},
|
||||
bmk(a){var s
|
||||
|
||||
@@ -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