Skip to content

Commit 69e4e2e

Browse files
authored
Merge pull request #133 from brionmario/update-docs
fix: remove color and variant props from BaseSignOutButton and BaseSignUpButton
2 parents 8d544b1 + e87f363 commit 69e4e2e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.changeset/fine-carrots-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@asgardeo/react': patch
3+
---
4+
5+
fix: remove color and variant props from BaseSignOutButton and BaseSignUpButton

packages/react/src/components/actions/SignOutButton/BaseSignOutButton.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ const BaseSignOutButton: ForwardRefExoticComponent<BaseSignOutButtonProps & RefA
9898
disabled={isLoading}
9999
loading={isLoading}
100100
type="button"
101-
color="primary"
102-
variant="outline"
103101
{...rest}
104102
>
105103
{children}

packages/react/src/components/actions/SignUpButton/BaseSignUpButton.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ const BaseSignUpButton: ForwardRefExoticComponent<BaseSignUpButtonProps & RefAtt
9898
disabled={isLoading}
9999
loading={isLoading}
100100
type="button"
101-
color="primary"
102-
variant="outline"
103101
{...rest}
104102
>
105103
{children}

0 commit comments

Comments
 (0)