error changes done
This commit is contained in:
parent
231a340dbb
commit
e01acdef46
@ -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),
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user