Skip to content

Commit 32f0c0d

Browse files
mahamshahid18TheSharpieOne
authored andcommitted
fix(Carousel): Add pointer on hover for controls (#1654)
fixes #1631
1 parent 9e7b704 commit 32f0c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/CarouselControl.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const CarouselControl = (props) => {
2323
return (
2424
<a
2525
className={anchorClasses}
26+
style={{cursor: "pointer"}}
2627
role="button"
2728
tabIndex="0"
2829
onClick={(e) => {

0 commit comments

Comments
 (0)