diff --git a/flutter_monisuo/build/web/flutter_bootstrap.js b/flutter_monisuo/build/web/flutter_bootstrap.js index d9afed6..cc471b4 100644 --- a/flutter_monisuo/build/web/flutter_bootstrap.js +++ b/flutter_monisuo/build/web/flutter_bootstrap.js @@ -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. */ } }); diff --git a/flutter_monisuo/build/web/main.dart.js b/flutter_monisuo/build/web/main.dart.js index 0dd301d..527a111 100644 --- a/flutter_monisuo/build/web/main.dart.js +++ b/flutter_monisuo/build/web/main.dart.js @@ -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 diff --git a/flutter_monisuo/lib/core/theme/app_theme.dart b/flutter_monisuo/lib/core/theme/app_theme.dart index c9773ed..e824c1a 100644 --- a/flutter_monisuo/lib/core/theme/app_theme.dart +++ b/flutter_monisuo/lib/core/theme/app_theme.dart @@ -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,