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(
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),
),