From a1006bd1aa385bf6b487e6e76e954dca4d17f63c Mon Sep 17 00:00:00 2001 From: Adebesin Tolulope Date: Fri, 13 Feb 2026 17:37:11 +0100 Subject: [PATCH 1/2] style: Update cursor styling for buttons --- app/components/Link/Base.vue | 2 +- app/error.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/Link/Base.vue b/app/components/Link/Base.vue index 1dffa3db3..6120eaa22 100644 --- a/app/components/Link/Base.vue +++ b/app/components/Link/Base.vue @@ -83,7 +83,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && !isLink.value) !isLinkAnchor && isLink && !noUnderline, 'justify-start font-mono text-fg hover:(decoration-accent text-accent) focus-visible:(decoration-accent text-accent) transition-colors duration-200': isLink, - 'justify-center font-mono border border-border rounded-md transition-all duration-200': + 'justify-center font-mono border border-border rounded-md transition-all duration-200 cursor-pointer': isButton, 'text-sm px-4 py-2': isButtonMedium, 'text-xs px-2 py-0.5': isButtonSmall, diff --git a/app/error.vue b/app/error.vue index 62722864b..91842707b 100644 --- a/app/error.vue +++ b/app/error.vue @@ -53,10 +53,10 @@ useHead({ From d7b0eeb017824edd7c813ee125429d42f89d5461 Mon Sep 17 00:00:00 2001 From: "Willow (GHOST)" Date: Fri, 13 Feb 2026 16:57:29 +0000 Subject: [PATCH 2/2] chore: remove cusror changes --- app/components/Link/Base.vue | 2 +- app/error.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Link/Base.vue b/app/components/Link/Base.vue index 6120eaa22..1dffa3db3 100644 --- a/app/components/Link/Base.vue +++ b/app/components/Link/Base.vue @@ -83,7 +83,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && !isLink.value) !isLinkAnchor && isLink && !noUnderline, 'justify-start font-mono text-fg hover:(decoration-accent text-accent) focus-visible:(decoration-accent text-accent) transition-colors duration-200': isLink, - 'justify-center font-mono border border-border rounded-md transition-all duration-200 cursor-pointer': + 'justify-center font-mono border border-border rounded-md transition-all duration-200': isButton, 'text-sm px-4 py-2': isButtonMedium, 'text-xs px-2 py-0.5': isButtonSmall, diff --git a/app/error.vue b/app/error.vue index 91842707b..32c82ed73 100644 --- a/app/error.vue +++ b/app/error.vue @@ -53,7 +53,7 @@ useHead({