mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 03:59:39 +00:00
fix UI depend on the new design
This commit is contained in:
@ -39,7 +39,7 @@ class PastBookingsWidget extends StatelessWidget {
|
||||
);
|
||||
} else if (state is PastBookingLoadedState) {
|
||||
return SizedBox(
|
||||
height: deviceHeight(context) * 0.3,
|
||||
height: deviceHeight(context) * 0.22,
|
||||
child: state.pastBookings.isEmpty
|
||||
? Text('You Dont Have past Bookings')
|
||||
: ListView.separated(
|
||||
|
Reference in New Issue
Block a user