Skip to content

Commit 37a4088

Browse files
authored
feat: added cursor pointer to ensure consistency (#1149)
1 parent ffd8d03 commit 37a4088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/.vuepress/theme/components/Newsletter.vue

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
box-sizing: border-box;
8686
border: 1px solid currentColor;
8787
appearance: none;
88+
cursor: pointer;
8889
}
8990
}
9091
</style>

0 commit comments

Comments
 (0)