Merge branch 'master' of https://git.mokkon.com/sainw/fcs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user