Skip to content

Commit

Permalink
update button variant to match new ds version (#11407)
Browse files Browse the repository at this point in the history
* update button variant to match new ds version

* update snapshot
  • Loading branch information
standeren authored Oct 20, 2023
1 parent 3244203 commit 756c2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const ProfileMenu = ({

return (
<Button
variant='quiet'
variant='tertiary'
color='inverted'
onClick={handleClick}
data-testid={testids.profileButton}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`ProfileMenu should match snapshot 1`] = `
<button
aria-haspopup="true"
class="Button-module_button__oVUcI utility-module_focusable__y1VLB Button-module_medium__mNn-w Button-module_quiet__UEUaR Button-module_inverted__bikfA"
class="Button-module_button__oVUcI utility-module_focusable__y1VLB Button-module_medium__mNn-w Button-module_tertiary__eJ-qG Button-module_inverted__bikfA"
data-testid="profileButton"
type="button"
>
Expand All @@ -20,7 +20,7 @@ exports[`ProfileMenu should match snapshot 1`] = `
exports[`ProfileMenu should match snapshot with logout text 1`] = `
<button
aria-haspopup="true"
class="Button-module_button__oVUcI utility-module_focusable__y1VLB Button-module_medium__mNn-w Button-module_quiet__UEUaR Button-module_inverted__bikfA"
class="Button-module_button__oVUcI utility-module_focusable__y1VLB Button-module_medium__mNn-w Button-module_tertiary__eJ-qG Button-module_inverted__bikfA"
data-testid="profileButton"
type="button"
>
Expand Down

0 comments on commit 756c2ab

Please sign in to comment.