🐛 Fix bugs
This commit is contained in:
@@ -208,13 +208,12 @@ class ExploreScreen extends HookConsumerWidget {
|
|||||||
CheckInWidget(
|
CheckInWidget(
|
||||||
margin: EdgeInsets.only(
|
margin: EdgeInsets.only(
|
||||||
left: 8,
|
left: 8,
|
||||||
right: 16,
|
right: 12,
|
||||||
top: 16,
|
top: 16,
|
||||||
bottom: 8,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Card(
|
Card(
|
||||||
margin: EdgeInsets.only(left: 8, right: 16, top: 8),
|
margin: EdgeInsets.only(left: 8, right: 12, top: 8),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
// Use the reusable EventCalendarWidget
|
// Use the reusable EventCalendarWidget
|
||||||
@@ -229,11 +228,7 @@ class ExploreScreen extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
FortuneGraphWidget(
|
FortuneGraphWidget(
|
||||||
margin: EdgeInsets.only(
|
margin: EdgeInsets.only(left: 8, right: 12, top: 8),
|
||||||
left: 8,
|
|
||||||
right: 16,
|
|
||||||
top: 16,
|
|
||||||
),
|
|
||||||
events: events,
|
events: events,
|
||||||
constrainWidth: true,
|
constrainWidth: true,
|
||||||
onPointSelected: onDaySelected,
|
onPointSelected: onDaySelected,
|
||||||
|
Reference in New Issue
Block a user