From ca7fff67bc418d4cd69f429ed94cf4779e4b8c81 Mon Sep 17 00:00:00 2001 From: Alexis Rico Date: Wed, 12 Jan 2022 09:04:07 +0100 Subject: [PATCH] Revert changes on drafts folder Signed-off-by: Alexis Rico --- docs/content/drafts/Button2.mdx | 10 ++++++---- docs/content/drafts/IconButton.mdx | 4 ++-- docs/content/drafts/LinkButton.mdx | 4 +++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/content/drafts/Button2.mdx b/docs/content/drafts/Button2.mdx index 0f54701d20b..c97feb64249 100644 --- a/docs/content/drafts/Button2.mdx +++ b/docs/content/drafts/Button2.mdx @@ -57,9 +57,11 @@ The `invisible` variant of `Button` indicates that the action is a low priority ```jsx live <> - Search + Search Search - Search + + Search + ``` @@ -94,13 +96,13 @@ A separate component called `IconButton` is used if the action shows only an ico ```jsx live <> - + Search Search - + Search diff --git a/docs/content/drafts/IconButton.mdx b/docs/content/drafts/IconButton.mdx index fe731b5d02a..2e6521dd05f 100644 --- a/docs/content/drafts/IconButton.mdx +++ b/docs/content/drafts/IconButton.mdx @@ -31,13 +31,13 @@ A separate component called `IconButton` is used if the action shows only an ico ```jsx live <> - + Search Search - + Search diff --git a/docs/content/drafts/LinkButton.mdx b/docs/content/drafts/LinkButton.mdx index 80f05853a6c..107ae00d225 100644 --- a/docs/content/drafts/LinkButton.mdx +++ b/docs/content/drafts/LinkButton.mdx @@ -39,7 +39,9 @@ The `LinkButton` can be considered an extension of `Button` component. It accept ```jsx live Small link - Large link + + Large link + Invisible link