Switch all text to medium

This commit is contained in:
vishnukvmd 2022-06-13 19:59:58 +05:30
parent cb7574eadf
commit ca69b66475

View file

@ -207,11 +207,18 @@ TextTheme _buildTextTheme(Color textColor) {
fontFamily: 'Inter',
color: textColor,
fontSize: 16,
fontWeight: FontWeight.w400,
fontWeight: FontWeight.w500,
),
bodyText2: TextStyle(
fontFamily: 'Inter',
color: textColor,
fontSize: 14,
fontWeight: FontWeight.w500,
),
caption: TextStyle(
color: textColor.withOpacity(0.6),
fontSize: 14,
fontWeight: FontWeight.w500,
),
overline: TextStyle(
color: textColor.withOpacity(0.8),