Skip to content

Commit

Permalink
fix: add cursor-pointer class to interactive header
Browse files Browse the repository at this point in the history
Co-Authored-By: Jozef Képesi <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and SScorp committed Dec 17, 2024
1 parent e745442 commit a62d0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const AccordionSectionHeader = ({
className={cx(
"p-600 flex w-full items-center border-0 bg-transparent text-left",
expanded ? "min-h-[19px]" : "min-h-form-box-normal",
"hover:bg-cloud-light",
"hover:bg-cloud-light cursor-pointer",
)}
onClick={handleClick}
data-test={dataTest && `${dataTest}Header`}
Expand Down

0 comments on commit a62d0e5

Please sign in to comment.