From a93023572e2298dc57113066bcf5e770e7c28bab Mon Sep 17 00:00:00 2001 From: Qs-F <~@qsf.jp> Date: Sat, 23 May 2026 13:10:32 +0900 Subject: [PATCH] =?UTF-8?q?feat(TextLink):=20focus-indicator=E3=82=92?= =?UTF-8?q?=E4=BB=98=E4=B8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/smarthr-ui/src/components/TextLink/TextLink.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/smarthr-ui/src/components/TextLink/TextLink.tsx b/packages/smarthr-ui/src/components/TextLink/TextLink.tsx index 25e87761fa..e27dd67c53 100644 --- a/packages/smarthr-ui/src/components/TextLink/TextLink.tsx +++ b/packages/smarthr-ui/src/components/TextLink/TextLink.tsx @@ -41,8 +41,10 @@ const classNameGenerator = tv({ anchor: [ 'shr-text-link shr-no-underline shr-shadow-underline', 'forced-colors:shr-underline', + 'focus-visible:shr-focus-indicator--outer', '[&:not([href])]:shr-shadow-none [&:not([href])]:forced-colors:shr-no-underline', '[.smarthr-ui-Th_&]:shr-text-link-darken', + '[&_.smarthr-ui-Icon-withAlt]:shr-inline-flex', ], prefixWrapper: 'shr-me-0.25 shr-align-middle', suffixWrapper: 'shr-ms-0.25 shr-align-middle',