This commit is contained in:
2020-12-03 08:26:58 +06:30
parent c79fab4cc7
commit 57e08502b7
44 changed files with 2631 additions and 419 deletions

View File

@@ -11,10 +11,10 @@ const buttonBkColor = const Color(0xFF268944);
const labelColor = const Color(0xFF757575);
const TextStyle labelStyle =
TextStyle(fontSize: 20, color: primaryColor, fontWeight: FontWeight.w500);
TextStyle(fontSize: 20, color: labelColor, fontWeight: FontWeight.w500);
const TextStyle labelStyleMM = TextStyle(
fontSize: 20,
color: primaryColor,
color: labelColor,
fontWeight: FontWeight.w500,
height: 1,
fontFamily: "Myanmar3");