unbreak link _hover
This commit is contained in:
parent
1444421766
commit
460d4fe75b
@ -76,7 +76,7 @@ class Link(RadixThemesComponent, A, MemoizationLeaf, MarkdownComponentMap):
|
|||||||
Returns:
|
Returns:
|
||||||
Component: The link component
|
Component: The link component
|
||||||
"""
|
"""
|
||||||
props.setdefault(":hover", {"color": color("accent", 8)})
|
props.setdefault("_hover", {"color": color("accent", 8)})
|
||||||
href = props.get("href")
|
href = props.get("href")
|
||||||
|
|
||||||
is_external = props.pop("is_external", None)
|
is_external = props.pop("is_external", None)
|
||||||
|
Loading…
Reference in New Issue
Block a user