Update font style for bookmarks

pull/7102/head
Kamran Ahmed 2 months ago
parent 94ce774586
commit 01eb7b2f0f
  1. 2
      src/components/Dashboard/DashboardBookmarkCard.tsx

@ -30,7 +30,7 @@ export function DashboardBookmarkCard(props: DashboardBookmarkCardProps) {
className="group relative flex flex-row items-center gap-2 rounded-md border border-gray-300 bg-white px-1.5 py-2 text-left text-sm transition-all hover:border-gray-400" className="group relative flex flex-row items-center gap-2 rounded-md border border-gray-300 bg-white px-1.5 py-2 text-left text-sm transition-all hover:border-gray-400"
> >
<Bookmark className="size-4 fill-current text-gray-300" /> <Bookmark className="size-4 fill-current text-gray-300" />
<h4 className="truncate font-medium text-gray-900">{resourceTitle}</h4> <h4 className="truncate text-gray-900">{resourceTitle}</h4>
</a> </a>
); );
} }

Loading…
Cancel
Save