From 33b98ca313edbf9bf3ada71c7f821e348b4c6a88 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 25 May 2024 17:11:28 +0200 Subject: [PATCH] chore: added text color for active filters info --- src/components/StationsView/StationFilterCard.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/StationsView/StationFilterCard.vue b/src/components/StationsView/StationFilterCard.vue index 2a6d822..00663cb 100644 --- a/src/components/StationsView/StationFilterCard.vue +++ b/src/components/StationsView/StationFilterCard.vue @@ -33,12 +33,13 @@
{{ $t('filters.title') }}

-
- {{ $t('filters.changed-filters-count') }} {{ changedFilters.length }} +
+ +
-
{{ $t('filters.no-changed-filters') }}
-