6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 562cdecd
Changed files
.../lib/overview/components/current_booking_list_item_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/comwell_key_app/lib/overview/components/current_booking_list_item_view.dart b/comwell_key_app/lib/overview/components/current_booking_list_item_view.dart
index 7e6d2fb0..d6f5870a 100644
--- a/comwell_key_app/lib/overview/components/current_booking_list_item_view.dart
+++ b/comwell_key_app/lib/overview/components/current_booking_list_item_view.dart
@@ -114,7 +114,7 @@ class CurrentBookingListItem extends StatelessWidget {
overflow: TextOverflow.ellipsis,
textAlign: TextAlign.start,
style: theme.textTheme.bodySmall?.copyWith(
- color: Colors.grey.shade500,
+ color: colorHeadlineText,
),
),
],