diff --git a/lib/home/guide_page.dart b/lib/home/guide_page.dart index b3bd3870..b4860ee3 100644 --- a/lib/home/guide_page.dart +++ b/lib/home/guide_page.dart @@ -59,7 +59,7 @@ class _GuidePage extends State { overflow: TextOverflow.ellipsis, style: TextStyle( fontSize: 24.sp, - fontWeight: FontWeight.bold, + fontWeight: MyFontWeight.semi_bold, color: Color(0XFF32A060), ), ), @@ -147,7 +147,7 @@ class _GuidePage extends State { overflow: TextOverflow.ellipsis, style: TextStyle( fontSize: 24.sp, - fontWeight: FontWeight.bold, + fontWeight: MyFontWeight.semi_bold, color: Color(0XFF32A060), ), ), @@ -234,7 +234,7 @@ class _GuidePage extends State { overflow: TextOverflow.ellipsis, style: TextStyle( fontSize: 24.sp, - fontWeight: FontWeight.bold, + fontWeight: MyFontWeight.semi_bold, color: Color(0XFF32A060), ), ), @@ -318,7 +318,7 @@ class _GuidePage extends State { overflow: TextOverflow.ellipsis, style: TextStyle( fontSize: 24.sp, - fontWeight: FontWeight.bold, + fontWeight: MyFontWeight.semi_bold, color: Color(0XFF32A060)), ), ),