bugs fixed 2

This commit is contained in:
meet2711
2024-06-19 16:23:52 +05:30
parent 9d0c6fd3f9
commit 8ad120714f
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ class ConfirmPinKey extends StatelessWidget {
return const SizedBox.shrink();
},
),
const Gap(50),
const Gap(20),
GridView.builder(
shrinkWrap: true,
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(

View File

@@ -14,13 +14,13 @@ class ConfirmPinTopSection extends StatelessWidget {
Widget build(BuildContext context) {
return Column(
children: [
const Gap(85),
const Gap(70),
Center(
child: SvgPicture.asset(
AppImages.welcomeLogo,
),
),
const Gap(60),
const Gap(40),
TextWidget().text14W500(
AppText.confirmPinCode,
clr: AppColor.textLabelColor,