revert login screen
This commit is contained in:
parent
b6fbfd5756
commit
d217265ae7
@ -190,12 +190,12 @@ class LoginScreenState extends State<LoginScreen> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
)),
|
)),
|
||||||
const SizedBox(height: 15.625),
|
const SizedBox(height: 15.625), //meth
|
||||||
Padding(
|
// Padding(
|
||||||
padding: const EdgeInsets.only(
|
// padding: const EdgeInsets.only(
|
||||||
left: 16, right: 16),
|
// left: 16, right: 16),
|
||||||
child: Image.asset(
|
// child: Image.asset(
|
||||||
'assets/images/showcase$i.png'))
|
// 'assets/images/showcase$i.png'))
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@ -210,7 +210,7 @@ class LoginScreenState extends State<LoginScreen> {
|
|||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
gradient: LinearGradient(
|
gradient: LinearGradient(
|
||||||
colors: [Color(0x00DAE4F7), Color(0xFFDAE4F7)],
|
colors: [Color(0x00DAE4F7), Color(0xFFDAE4F7)],
|
||||||
stops: [0, 0.1],
|
stops: [0, 0.05],
|
||||||
begin: Alignment.topCenter,
|
begin: Alignment.topCenter,
|
||||||
end: Alignment.bottomCenter,
|
end: Alignment.bottomCenter,
|
||||||
),
|
),
|
||||||
@ -238,7 +238,7 @@ class LoginScreenState extends State<LoginScreen> {
|
|||||||
"login".i18n,
|
"login".i18n,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontFamily: 'Montserrat',
|
fontFamily: 'Montserrat',
|
||||||
fontSize: 20,
|
fontSize: 19,
|
||||||
fontWeight: FontWeight.w700),
|
fontWeight: FontWeight.w700),
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user