From 588aa6caba0e29ad41c6879c9905f62de307c883 Mon Sep 17 00:00:00 2001 From: Akul Srivastava Date: Sat, 24 Jul 2021 22:08:43 +0530 Subject: [PATCH] feat: added cursor pointer to ensure consistency --- src/.vuepress/theme/components/Newsletter.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/theme/components/Newsletter.vue b/src/.vuepress/theme/components/Newsletter.vue index 9967cbceb7..c16a2bdb44 100644 --- a/src/.vuepress/theme/components/Newsletter.vue +++ b/src/.vuepress/theme/components/Newsletter.vue @@ -85,6 +85,7 @@ box-sizing: border-box; border: 1px solid currentColor; appearance: none; + cursor: pointer; } }