Skip to content

Commit dcb02b9

Browse files
authored
use groupfocusvisiblehighlight (#1529)
1 parent 4fa5e11 commit dcb02b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { tv } from "~/lib/tv"
2-
import { focusVisibleHighlight } from "~/utils"
2+
import { groupFocusVisibleHighlight } from "~/utils"
33

44
export const collectionCardLinkStyle = tv({
5-
extend: focusVisibleHighlight,
5+
extend: groupFocusVisibleHighlight,
66
base: "prose-title-md-semibold flex w-fit flex-col underline-offset-4 group-hover:underline",
77
})

0 commit comments

Comments
 (0)