Skip to content

Commit 4b7c3ad

Browse files
style(doc-link): apply spacing token
1 parent 9df2974 commit 4b7c3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const DocLink: React.FC<IProps> = ({ to, children, isExternal = false }) => {
6262
<Icon
6363
as={AiOutlineArrowRight}
6464
alignSelf="center"
65-
minWidth="2rem"
65+
minWidth={8}
6666
boxSize={6}
6767
marginX={6}
6868
_groupHover={{

0 commit comments

Comments
 (0)