Skip to content

Commit

Permalink
fix(clerk-js): Fix button style in org profile section (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg authored Dec 19, 2023
1 parent fe2607b commit 52b75d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/little-shoes-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ const OrganizationProfileSection = () => {
{profile}

<Action.Trigger value='edit'>
<ProfileSection.Button
<Button
id='organizationProfile'
variant='ghost'
localizationKey={localizationKeys('organizationProfile.general.profileSection.primaryButton')}
/>
</Action.Trigger>
Expand Down

0 comments on commit 52b75d0

Please sign in to comment.