From cf8720515c98130436fa321fc8498b3b1df38772 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <31414959+0xSysR3ll@users.noreply.github.com> Date: Wed, 13 May 2026 03:28:06 +0200 Subject: [PATCH] fix(tag): use inset ring to avoid clipped outlines (#2985) --- src/components/Common/Tag/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/Tag/index.tsx b/src/components/Common/Tag/index.tsx index dcb426d40..90c3c5ca7 100644 --- a/src/components/Common/Tag/index.tsx +++ b/src/components/Common/Tag/index.tsx @@ -8,7 +8,7 @@ type TagProps = { const Tag = ({ children, iconSvg }: TagProps) => { return ( -