From ae8902e8150c2c87db484986d548959161fb8b2f Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:41:52 +0530 Subject: [PATCH] style: sidebar icon color (#444) --- apps/app/components/icons/assignment-clipboard-icon.tsx | 5 +++-- apps/app/components/icons/setting-icon.tsx | 2 +- apps/app/components/project/single-sidebar-project.tsx | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/app/components/icons/assignment-clipboard-icon.tsx b/apps/app/components/icons/assignment-clipboard-icon.tsx index 8b9af676e..5045f048d 100644 --- a/apps/app/components/icons/assignment-clipboard-icon.tsx +++ b/apps/app/components/icons/assignment-clipboard-icon.tsx @@ -5,7 +5,8 @@ import type { Props } from "./types"; export const AssignmentClipboardIcon: React.FC = ({ width = "24", height = "24", - className, + color = "#858E96", + className }) => ( = ({ fill="currentColor" xmlns="http://www.w3.org/2000/svg" > - + ); diff --git a/apps/app/components/icons/setting-icon.tsx b/apps/app/components/icons/setting-icon.tsx index 1451be9b9..3bee580ae 100644 --- a/apps/app/components/icons/setting-icon.tsx +++ b/apps/app/components/icons/setting-icon.tsx @@ -5,7 +5,7 @@ import type { Props } from "./types"; export const SettingIcon: React.FC = ({ width = "24", height = "24", - color = "black", + color = "#858E96", className, }) => ( [ { name: "Settings", href: `/${workspaceSlug}/projects/${projectId}/settings`, - icon: Cog6ToothIcon, + icon: SettingIcon, }, ];