change height again, and make text proportional
This commit is contained in:
parent
fa96770c9c
commit
b1a7deca4a
@ -213,7 +213,7 @@ class LoginScreenState extends State<LoginScreen> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 48,
|
height: 52,
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
@ -244,7 +244,7 @@ class LoginScreenState extends State<LoginScreen> {
|
|||||||
width:
|
width:
|
||||||
MediaQuery.of(context).size.width *
|
MediaQuery.of(context).size.width *
|
||||||
0.75,
|
0.75,
|
||||||
height: 50.0,
|
height: 60.0,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
// image: const DecorationImage(
|
// image: const DecorationImage(
|
||||||
// image:
|
// image:
|
||||||
@ -284,7 +284,7 @@ class LoginScreenState extends State<LoginScreen> {
|
|||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 15.0,
|
fontSize: 14.0,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user