6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit f377ad91
Changed files
comwell_key_app/lib/overview/components/booking_list_item_view.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Diff
diff --git a/comwell_key_app/lib/overview/components/booking_list_item_view.dart b/comwell_key_app/lib/overview/components/booking_list_item_view.dart
index d8673105..4bc360df 100644
--- a/comwell_key_app/lib/overview/components/booking_list_item_view.dart
+++ b/comwell_key_app/lib/overview/components/booking_list_item_view.dart
@@ -52,8 +52,8 @@ class BookingListItemView extends StatelessWidget {
height: 66,
child: ClipRRect(
borderRadius: const BorderRadius.only(
- topLeft: Radius.circular(6),
- bottomLeft: Radius.circular(6),
+ topLeft: Radius.circular(5),
+ bottomLeft: Radius.circular(5),
),
child: hotelImage,
),
@@ -69,7 +69,6 @@ class BookingListItemView extends StatelessWidget {
style: theme.textTheme.headlineSmall,
),
Row(
- crossAxisAlignment: CrossAxisAlignment.start,
children: [
SvgPicture.asset("assets/icons/ic_calendar.svg",
width: 16, height: 16),