bug fixed
This commit is contained in:
@@ -267,16 +267,26 @@ class _TransferPromtptPayDialogState extends State<TransferPromtptPayDialog> {
|
|||||||
borderRadius: BorderRadius.circular(100),
|
borderRadius: BorderRadius.circular(100),
|
||||||
color: Color(0xffad022c),
|
color: Color(0xffad022c),
|
||||||
),
|
),
|
||||||
child: Center(
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
SizedBox(
|
||||||
|
width: 106,
|
||||||
|
height: 32,
|
||||||
child: Text(
|
child: Text(
|
||||||
"บันทึกและปิด".tr(),
|
"บันทึกและปิด".tr(),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: GoogleFonts.kanit(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
fontSize: 18,
|
fontSize: 20,
|
||||||
fontWeight: FontWeight.w300,
|
fontWeight: FontWeight.w500,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
)),
|
|
||||||
)),
|
)),
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user