[Homepage] 9. add user profile google

This commit is contained in:
Stephen
2024-01-12 15:45:34 +07:00
parent f2c6b222cc
commit 680dc463ea
4 changed files with 71 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ class Constant {
static TextStyle subtitle_500_12({required BuildContext context}) {
return TextStyle(
fontSize: Constant.getActualYPhone(context: context, y: 12),
fontWeight: FontWeight.w700,
fontWeight: FontWeight.w500,
fontFamily: 'Public Sans',
);
}