From ff3f9e3e3bbb93d5f91bc78745ef567282083a71 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Thu, 28 Aug 2025 20:27:23 +0200 Subject: [PATCH] :lipstick: Dark mode fixes --- .../shared/place-box/place-box.component.html | 21 ++++++++++--------- .../shared/place-gpx/place-gpx.component.html | 5 +++-- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/src/app/shared/place-box/place-box.component.html b/src/src/app/shared/place-box/place-box.component.html index 4403a09..3df1eda 100644 --- a/src/src/app/shared/place-box/place-box.component.html +++ b/src/src/app/shared/place-box/place-box.component.html @@ -1,12 +1,12 @@ @if (selectedPlace) { -
+
-

{{ selectedPlace.name }} +

{{ selectedPlace.name }}

- +
- Place + Place
{{ selectedPlace.place }}
- Latitude + Latitude {{ selectedPlace.lat }}
- Longitude + Longitude {{ selectedPlace.lng }}
- Price + Price {{ selectedPlace.price || '-' }} @if (selectedPlace.price) { {{ currency$ | async }} }
- Duration + Duration {{ selectedPlace.duration || '-' }}
- Description - + Description +
diff --git a/src/src/app/shared/place-gpx/place-gpx.component.html b/src/src/app/shared/place-gpx/place-gpx.component.html index db9b596..5318f9c 100644 --- a/src/src/app/shared/place-gpx/place-gpx.component.html +++ b/src/src/app/shared/place-gpx/place-gpx.component.html @@ -1,12 +1,13 @@ @if (selectedPlace) { -
+
-

Trace of {{ selectedPlace.name }}

+

Trace of {{ selectedPlace.name + }}