6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit ecd38524

AuthorEdmir Suljic<esu@dwarf.dk>
Date2025-10-27 10:58:57 +0100
Resolver PR Commetns

Changed files

comwell_key_app/lib/overview/past_cancelled_booking_detail_page.dart | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Diff

diff --git a/comwell_key_app/lib/overview/past_cancelled_booking_detail_page.dart b/comwell_key_app/lib/overview/past_cancelled_booking_detail_page.dart
index a78cbe90..284f1d55 100644
--- a/comwell_key_app/lib/overview/past_cancelled_booking_detail_page.dart
+++ b/comwell_key_app/lib/overview/past_cancelled_booking_detail_page.dart
@@ -50,8 +50,7 @@ class PastCancelledBookingDetailPage extends StatelessWidget {
textAlign: TextAlign.start,
'check_in'.tr(),
style: theme.textTheme.bodySmall?.copyWith(
- color: Colors.black
- .withAlpha((0.65 * 255).toInt()))),
+ color: colorHeadlineText)),
Text(
DateFormat('d. MMM yyyy')
.format(booking.startDate)