resolve conflit
This commit is contained in:
@@ -11,10 +11,10 @@ const buttonBkColor = const Color(0xFF268944);
|
|||||||
const labelColor = const Color(0xFF757575);
|
const labelColor = const Color(0xFF757575);
|
||||||
|
|
||||||
const TextStyle labelStyle =
|
const TextStyle labelStyle =
|
||||||
TextStyle(fontSize: 20, color: primaryColor, fontWeight: FontWeight.w500);
|
TextStyle(fontSize: 20, color: labelColor, fontWeight: FontWeight.w500);
|
||||||
const TextStyle labelStyleMM = TextStyle(
|
const TextStyle labelStyleMM = TextStyle(
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
color: primaryColor,
|
color: labelColor,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
height: 1,
|
height: 1,
|
||||||
fontFamily: "Myanmar3");
|
fontFamily: "Myanmar3");
|
||||||
|
|||||||
@@ -496,7 +496,8 @@ class _HomePageState extends State<HomePage> {
|
|||||||
SizedBox(height: 50),
|
SizedBox(height: 50),
|
||||||
BottomWidgets(),
|
BottomWidgets(),
|
||||||
],
|
],
|
||||||
))),
|
))
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user