fix: styling dashboard public
This commit is contained in:
parent
db1280b272
commit
6a43a3dcaf
|
@ -44,7 +44,6 @@ class DashboardPublicView extends StatelessWidget {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
body: SingleChildScrollView(
|
body: SingleChildScrollView(
|
||||||
padding: const EdgeInsets.only(
|
padding: const EdgeInsets.only(
|
||||||
top: 32.0,
|
|
||||||
bottom: 8.0,
|
bottom: 8.0,
|
||||||
left: 24.0,
|
left: 24.0,
|
||||||
right: 24.0,
|
right: 24.0,
|
||||||
|
@ -55,6 +54,7 @@ class DashboardPublicView extends StatelessWidget {
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
|
SizedBox(height: SizeConfig.height * .06),
|
||||||
ImageView(
|
ImageView(
|
||||||
image: PathAssets.icon1,
|
image: PathAssets.icon1,
|
||||||
width: SizeConfig.width * .35,
|
width: SizeConfig.width * .35,
|
||||||
|
@ -67,7 +67,7 @@ class DashboardPublicView extends StatelessWidget {
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: ImageView(
|
child: ImageView(
|
||||||
image: PathAssets.imgDashboard,
|
image: PathAssets.imgDashboard,
|
||||||
width: SizeConfig.width * .7,
|
width: SizeConfig.width * .8,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
Row(
|
||||||
|
@ -105,7 +105,7 @@ class DashboardPublicView extends StatelessWidget {
|
||||||
provider.loginGoogle(context);
|
provider.loginGoogle(context);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
SizedBox(height: SizeConfig.height * .15),
|
SizedBox(height: SizeConfig.height * .1),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user