Skip to content

Commit 21f16e4

Browse files
committed
add pointer cursor to close button
1 parent aa2bb76 commit 21f16e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/SweetAlertStyles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,5 +337,6 @@ export const closeButton: CSSProperties = {
337337
fontSize: 25,
338338
fontWeight: 900,
339339
color: "rgb(113, 113, 113)",
340-
zIndex: 1
340+
zIndex: 1,
341+
cursor: 'pointer'
341342
};

0 commit comments

Comments
 (0)