Skip to content

Commit a87edea

Browse files
committed
fix: remove color and variant props from BaseSignOutButton and BaseSignUpButton
1 parent 8acc3af commit a87edea

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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)