fixed category issue

This commit is contained in:
2025-03-18 18:48:07 +05:30
parent a073b7aeec
commit 7ab5c896f0
11 changed files with 679 additions and 645 deletions

View File

@@ -15,7 +15,8 @@ extension CustomUITheme on BuildContext {
return TextStyle(fontWeight: FontWeight.w400, color: color, fontSize: fontSize, fontFamily: 'Nunito');
}
TextStyle customMedium(Color color, double fontSize) {
TextStyle customMedium(Color color, double fontSize)
{
return TextStyle(fontWeight: FontWeight.w500, color: color, fontSize: fontSize, fontFamily: 'Nunito');
}