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

AuthorEdmir Suljic<esu@dwarf.dk>
Date2025-10-27 11:07:05 +0100
Rersolved PR

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 284f1d55..f7a0b681 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
@@ -66,8 +66,7 @@ class PastCancelledBookingDetailPage extends StatelessWidget {
children: [
Text('check_out'.tr(),
style: theme.textTheme.bodySmall?.copyWith(
- color: Colors.black
- .withAlpha((0.65 * 255).toInt()))),
+ color: colorHeadlineText)),
Text(
DateFormat('d. MMM yyyy')
.format(booking.endDate)