Skip to content

Commit

Permalink
Update styling of a button.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmallory42 committed Dec 21, 2023
1 parent 3d4d66f commit be1ef8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/components/account-status/account-tools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const AccountTools: React.FC< Props > = ( props: Props ) => {
{ strings.finish }
</Button>
<Button
variant={ 'link' }
variant={ 'tertiary' }
onClick={ () => setModalVisible( true ) }
>
{ strings.reset }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports[`AccountTools should render in live mode 1`] = `
Finish setup
</a>
<button
class="components-button is-link"
class="components-button is-tertiary"
type="button"
>
Reset account
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ exports[`AccountStatus renders normal status 1`] = `
Finish setup
</button>
<button
class="components-button is-link"
class="components-button is-tertiary"
type="button"
>
Reset account
Expand Down

0 comments on commit be1ef8f

Please sign in to comment.