From 6f9fe361aeb235ef37c516729d29dc18a6897120 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 9 Oct 2023 09:07:59 +0100 Subject: [PATCH] Change style of custom roadmap page --- src/components/CustomRoadmap/EmptyRoadmap.tsx | 5 +++-- src/components/CustomRoadmap/RoadmapHeader.tsx | 7 +++---- src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/CustomRoadmap/EmptyRoadmap.tsx b/src/components/CustomRoadmap/EmptyRoadmap.tsx index e9b6587c6..40dccffd5 100644 --- a/src/components/CustomRoadmap/EmptyRoadmap.tsx +++ b/src/components/CustomRoadmap/EmptyRoadmap.tsx @@ -1,4 +1,4 @@ -import { CircleSlash } from 'lucide-react'; +import {CircleSlash, PenSquare, Shapes} from 'lucide-react'; type EmptyRoadmapProps = { roadmapId: string; @@ -18,8 +18,9 @@ export function EmptyRoadmap(props: EmptyRoadmapProps) { {canManage && ( + Edit Roadmap )} diff --git a/src/components/CustomRoadmap/RoadmapHeader.tsx b/src/components/CustomRoadmap/RoadmapHeader.tsx index 34554ba82..79933b5c6 100644 --- a/src/components/CustomRoadmap/RoadmapHeader.tsx +++ b/src/components/CustomRoadmap/RoadmapHeader.tsx @@ -143,7 +143,7 @@ export function RoadmapHeader(props: RoadmapHeaderProps) { $currentRoadmap?._id }`} target="_blank" - className="inline-flex items-center justify-center rounded-md bg-gray-500 py-1.5 pl-2 pr-2 text-xs font-medium text-white hover:bg-gray-600 sm:px-3 sm:text-sm" + className="inline-flex items-center justify-center rounded-md bg-white py-1.5 pl-2 pr-2 text-xs font-medium text-black hover:bg-gray-300 hover:border-gray-300 sm:px-3 sm:text-sm border border-gray-300" > Edit Roadmap @@ -151,11 +151,10 @@ export function RoadmapHeader(props: RoadmapHeaderProps) {
-
-
+
+