Skip to content

Commit c0ab028

Browse files
committed
feat: added cursor pointer
1 parent a1dd945 commit c0ab028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/demo/Banner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
stroke-width="2"
1313
stroke-linecap="round"
1414
stroke-linejoin="round"
15-
class="feather feather-x"
15+
class="feather feather-x cursor-pointer"
1616
@click="closeBanner()"
1717
><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" />
1818
</svg>

0 commit comments

Comments
 (0)