fixed category issue
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user