From 9768e4c8821b84d4b2eaaf1137bf56a554b9494a Mon Sep 17 00:00:00 2001 From: Juki-shiba Date: Thu, 13 Feb 2025 18:41:27 +0530 Subject: [PATCH] bug fix logo alignment issue --- .../Screens/auth_verification/create_new_pw.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/presentation/Screens/auth_verification/create_new_pw.dart b/lib/presentation/Screens/auth_verification/create_new_pw.dart index 10ef4568..0bcd7b7d 100644 --- a/lib/presentation/Screens/auth_verification/create_new_pw.dart +++ b/lib/presentation/Screens/auth_verification/create_new_pw.dart @@ -684,14 +684,14 @@ class _CreateNewPwState extends State { ), ), 6.horizontalSpace, - const Icon(Icons.chevron_right_outlined), + const Icon(Icons.chevron_right_outlined,color:Colors.white), ], ), ), - SizedBox(height: screenHeight / 12), + SizedBox(height: screenHeight / 2.2), Center( child: Container( - height: screenHeight / 1, + height: 40, width: screenWidth / 2.5, decoration: BoxDecoration( image: DecorationImage(