From bfa12c45a61fe496a971167eeb79ab78178f1411 Mon Sep 17 00:00:00 2001 From: kdxgautam Date: Fri, 17 Jul 2026 22:25:51 +0530 Subject: [PATCH] Fix hover styling of tags selector --- .../lib/tags-selector/tags-selector.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/ui/src/lib/tags-selector/tags-selector.component.html b/libs/ui/src/lib/tags-selector/tags-selector.component.html index 92ea2b210..f019753fb 100644 --- a/libs/ui/src/lib/tags-selector/tags-selector.component.html +++ b/libs/ui/src/lib/tags-selector/tags-selector.component.html @@ -32,13 +32,13 @@ } } @for (tag of tagsSelected(); track tag.id) { - + {{ tag.name }} - + }