bug fix logo alignment issue
This commit is contained in:
parent
97e981d773
commit
9768e4c882
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user