6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit ae5800a0
Changed files
comwell_key_app/lib/overview/past_cancelled_booking_detail_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 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 8f12574e..7024402b 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
@@ -130,8 +130,8 @@ class PastCancelledBookingDetailPage extends StatelessWidget {
children: [
Text('bill'.tr(),
style: theme.textTheme.bodySmall?.copyWith(
- color: Colors.black
- .withAlpha((0.65 * 255).toInt()))),
+ color: colorHeadlineText)
+ ),
Text('get_bill'.tr(),
style: theme.textTheme.headlineSmall),
]),