Skip to content

Commit

Permalink
Merged PR 3008: 13121 hand cursor advanced parameters
Browse files Browse the repository at this point in the history
hand cursor advanced parameters
  • Loading branch information
Aleksy Lisowski authored and piotrczarnas committed Sep 9, 2024
2 parents e219b84 + d64981f commit ffa6b29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const SectionWrapper = ({
className={clsx(
'px-2 absolute bg-white left-2 top-0 -translate-y-1/2 text-gray-700 font-semibold',
svgIcon ? 'flex items-center justify-center' : '',
onClick ? 'cursor-pointer' : '',
titleClassName
)}
onClick={onClick}
Expand Down

0 comments on commit ffa6b29

Please sign in to comment.