Skip to content

Commit 55649bc

Browse files
authored
Merge pull request #131 from brionmario/update-docs
chore(react): change button color from secondary to primary in BaseSignOutButton
2 parents 6732ab7 + 8acc3af commit 55649bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/easy-colts-dream.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+
Change button color from secondary to primary in BaseSignOutButton

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const BaseSignOutButton: ForwardRefExoticComponent<BaseSignOutButtonProps & RefA
9898
disabled={isLoading}
9999
loading={isLoading}
100100
type="button"
101-
color="secondary"
101+
color="primary"
102102
variant="outline"
103103
{...rest}
104104
>

0 commit comments

Comments
 (0)