From 60f001bc74b23e46af203a2243d888d4a5207ee5 Mon Sep 17 00:00:00 2001 From: Nikhil Mehta Date: Wed, 28 Aug 2024 18:48:22 +0530 Subject: [PATCH 1/3] fix(navbar,theme): theme icon not reflecting current theme correctly --- components/v2/navbar.vue | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/components/v2/navbar.vue b/components/v2/navbar.vue index 1ba591b..775fcb5 100644 --- a/components/v2/navbar.vue +++ b/components/v2/navbar.vue @@ -1,6 +1,6 @@