error changes done

This commit is contained in:
Surendiran 2025-04-15 17:07:31 +05:30
parent 231a340dbb
commit e01acdef46

View File

@ -1569,7 +1569,7 @@ class InfoCard extends StatelessWidget {
// ), // ),
Text( Text(
title, title,
style: const TextStyle( style: TextStyle(
fontSize: 11, fontSize: 11,
fontWeight: FontWeight.w400, fontWeight: FontWeight.w400,
letterSpacing: 0, letterSpacing: 0,
@ -1585,13 +1585,13 @@ class InfoCard extends StatelessWidget {
Text( Text(
subtitle, subtitle,
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: const TextStyle( style: TextStyle(
fontSize: 11, fontSize: 11,
// fontSize: 12 * 1.1, // fontSize: 12 * 1.1,
fontFamily: context.translate( fontFamily: context.translate(
'Roboto', 'Roboto',
'NotoKufi', 'NotoKufi',
), ),
fontWeight: FontWeight.w400, fontWeight: FontWeight.w400,
color: Color(0xFF8E8E8E), color: Color(0xFF8E8E8E),
), ),