From 62a025a5debed4e0c87c3abf4b83b8e6692e49af Mon Sep 17 00:00:00 2001 From: Truls Henrik Jakobsen Date: Fri, 13 Dec 2024 14:24:12 +0100 Subject: [PATCH] fix: button tags should have pointer cursor --- src/components/tag/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/tag/index.tsx b/src/components/tag/index.tsx index 1ff66a6f0..97b093457 100644 --- a/src/components/tag/index.tsx +++ b/src/components/tag/index.tsx @@ -50,7 +50,11 @@ export const Tag = ({ if (props.type === "button") { return ( - );