diff --git a/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart b/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart index 5976c21d..8e197363 100644 --- a/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart +++ b/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart @@ -1569,7 +1569,7 @@ class InfoCard extends StatelessWidget { // ), Text( title, - style: const TextStyle( + style: TextStyle( fontSize: 11, fontWeight: FontWeight.w400, letterSpacing: 0, @@ -1585,13 +1585,13 @@ class InfoCard extends StatelessWidget { Text( subtitle, textAlign: TextAlign.center, - style: const TextStyle( + style: TextStyle( fontSize: 11, // fontSize: 12 * 1.1, fontFamily: context.translate( - 'Roboto', - 'NotoKufi', - ), + 'Roboto', + 'NotoKufi', + ), fontWeight: FontWeight.w400, color: Color(0xFF8E8E8E), ),