From 9448ef5f193c644126c736567185e569e84db911 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Thu, 10 Jul 2025 11:08:05 +0530 Subject: [PATCH] fix: Update stroke and fill colors to use var(--text-button-color) for consistency across icon components --- app/src/components/icons/DashboardIcon.tsx | 86 +++++++++++----------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/app/src/components/icons/DashboardIcon.tsx b/app/src/components/icons/DashboardIcon.tsx index f1f4d7d..1aa94b5 100644 --- a/app/src/components/icons/DashboardIcon.tsx +++ b/app/src/components/icons/DashboardIcon.tsx @@ -9,13 +9,13 @@ export function NotificationIcon() { > @@ -34,7 +34,7 @@ export function HomeIcon() { > ); @@ -51,7 +51,7 @@ export function ProjectsIcon() { > ); @@ -70,103 +70,103 @@ export function TutorialsIcon() { cx="8.157" cy="8.35866" r="6.17928" - stroke="var(--text-color)" + stroke="var(--text-button-color)" strokeWidth="0.562865" /> @@ -184,12 +184,12 @@ export function DocumentationIcon() { > @@ -208,7 +208,7 @@ export function HelpIcon() { @@ -236,17 +236,17 @@ export function LogoutIcon() { >