From bf85cb0505ca750aea243ed51e134d327654ddc8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 6 Apr 2024 11:51:19 +0200 Subject: [PATCH] fix(filters): always show filter values in a readable color --- frontend/src/components/project/partials/FilterInput.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/project/partials/FilterInput.vue b/frontend/src/components/project/partials/FilterInput.vue index 86422f45a..b584fa422 100644 --- a/frontend/src/components/project/partials/FilterInput.vue +++ b/frontend/src/components/project/partials/FilterInput.vue @@ -317,6 +317,11 @@ const blurDebounced = useDebounceFn(() => emit('blur'), 500)