Skip to content

Commit 4963ae7

Browse files
committed
updates Link props documentation
1 parent 64e1a3b commit 4963ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Link/Link.docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{
2121
"name": "underline",
2222
"type": "boolean",
23-
"defaultValue": "false",
24-
"description": "Adds underline to the Link"
23+
"defaultValue": "undefined",
24+
"description": "When `true`, adds underline to the Link. When `false`, an underline is only rendered on hover. When `undefined`, an underline is only rendered if the underline flag is enabled (a parent element will have this data attribute: `[data-a11y-link-underlines='true']`)."
2525
},
2626
{
2727
"name": "hoverColor",

0 commit comments

Comments
 (0)