This commit is contained in:
Hamza-Ayed
2024-06-20 00:08:36 +03:00
parent fcce6b9be5
commit 1cc0156cfd
6 changed files with 36 additions and 22 deletions

View File

@@ -149,7 +149,7 @@ class CardSeferWalletDriver extends StatelessWidget {
},
child: Container(
width: Get.width * .85,
height: Get.height * .25,
height: Get.height * .27,
decoration: BoxDecoration(
color: AppColor.deepPurpleAccent,
borderRadius: const BorderRadius.all(Radius.circular(12)),