diff --git a/neowallet_mobile/lib/TransferMoney/TransferPromtptPayDialog.dart b/neowallet_mobile/lib/TransferMoney/TransferPromtptPayDialog.dart index 0d08e53c..c79b8a6d 100644 --- a/neowallet_mobile/lib/TransferMoney/TransferPromtptPayDialog.dart +++ b/neowallet_mobile/lib/TransferMoney/TransferPromtptPayDialog.dart @@ -267,16 +267,26 @@ class _TransferPromtptPayDialogState extends State { borderRadius: BorderRadius.circular(100), color: Color(0xffad022c), ), - child: Center( - child: Text( - "บันทึกและปิด".tr(), - textAlign: TextAlign.center, - style: TextStyle( - color: Colors.white, - fontSize: 18, - fontWeight: FontWeight.w300, + child: Row( + mainAxisSize: MainAxisSize.min, + mainAxisAlignment: MainAxisAlignment.center, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + SizedBox( + width: 106, + height: 32, + child: Text( + "บันทึกและปิด".tr(), + textAlign: TextAlign.center, + style: GoogleFonts.kanit( + color: Colors.white, + fontSize: 20, + fontWeight: FontWeight.w500, + ), ), - )), + ), + ], + ), )), ],