Skip to content

Commit db51b06

Browse files
authored
Update deep_link_button.py
1 parent 85e8780 commit db51b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradio/components/deep_link_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(
3636
*,
3737
inputs: Component | Sequence[Component] | set[Component] | None = None,
3838
variant: Literal["primary", "secondary"] = "secondary",
39-
size: Literal["sm", "md", "lg"] = "md",
39+
size: Literal["sm", "md", "lg"] = "lg",
4040
icon: str | Path | None = utils.get_icon_path("link.svg"),
4141
link: str | None = None,
4242
visible: bool = True,

0 commit comments

Comments
 (0)