fix: add hover background

feat/course
Arik Chakma 4 weeks ago
parent de1367bdd0
commit ca0708ab46
  1. 2
      src/components/CourseNotes/CourseNoteCard.tsx

@ -35,7 +35,7 @@ export function CourseNoteCard(props: CourseNoteCardProps) {
return (
<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}
>
<div className="flex items-center justify-between gap-2">

Loading…
Cancel
Save