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, }, ];