Minor changes to padding

This commit is contained in:
Vishnu Mohandas 2021-01-08 12:43:07 +05:30
parent e0f0715dd5
commit 8ce43c744b

View file

@ -164,7 +164,7 @@ class LearnMoreWidget extends StatelessWidget {
),
),
Padding(
padding: const EdgeInsets.fromLTRB(16, 0, 16, 0),
padding: const EdgeInsets.fromLTRB(12, 0, 12, 0),
child: FlatButton(
child: Text("close"),
shape: RoundedRectangleBorder(
@ -225,7 +225,6 @@ class SubscriptionPlanWidget extends StatelessWidget {
),
),
),
// Padding(padding: EdgeInsets.all(2)),
Text(plan.price + " per " + plan.period),
],
),