🐛 Fix bugs

This commit is contained in:
2025-07-31 01:20:11 +08:00
parent f320855348
commit 262d36cd2d

View File

@@ -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,