fix: add hover background

pull/8127/head
Arik Chakma 6 months ago
parent de1367bdd0
commit ca0708ab46
  1. 2
      src/components/CourseNotes/CourseNoteCard.tsx

@ -35,7 +35,7 @@ export function CourseNoteCard(props: CourseNoteCardProps) {
return ( return (
<button <button
className="relative flex flex-col gap-3 p-4 text-left" className="relative flex flex-col gap-3 p-4 text-left transition-colors duration-150 hover:bg-zinc-900/50"
onClick={onLearnMoreClick} onClick={onLearnMoreClick}
> >
<div className="flex items-center justify-between gap-2"> <div className="flex items-center justify-between gap-2">

Loading…
Cancel
Save