bug fix logo alignment issue

This commit is contained in:
Juki-shiba 2025-02-13 18:41:27 +05:30
parent 97e981d773
commit 9768e4c882

View File

@ -684,14 +684,14 @@ class _CreateNewPwState extends State<CreateNewPw> {
), ),
), ),
6.horizontalSpace, 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( Center(
child: Container( child: Container(
height: screenHeight / 1, height: 40,
width: screenWidth / 2.5, width: screenWidth / 2.5,
decoration: BoxDecoration( decoration: BoxDecoration(
image: DecorationImage( image: DecorationImage(