From f1853a3c97f9b2cb268c35323cc4ca80d1f878af Mon Sep 17 00:00:00 2001 From: UmakanthKaspa Date: Wed, 11 Feb 2026 21:13:48 +0530 Subject: [PATCH 1/3] fix: add text color for category names in dark mode --- frontend/src/components/Settings/Categories.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Settings/Categories.vue b/frontend/src/components/Settings/Categories.vue index 905839a1..be4247ec 100644 --- a/frontend/src/components/Settings/Categories.vue +++ b/frontend/src/components/Settings/Categories.vue @@ -55,7 +55,7 @@ v-if="editing?.name !== cat.name" class="flex items-center justify-between group text-sm" > -
+
{{ cat.category }}
-
+
-
+