Skip to content

Commit

Permalink
Add fides-modal-primary-actions class
Browse files Browse the repository at this point in the history
  • Loading branch information
NevilleS authored Apr 11, 2024
1 parent ffed220 commit 91fd967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/fides-js/src/components/ConsentButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ConsentButtons = ({
<div
className={
isInModal
? "fides-modal-button-group"
? "fides-modal-button-group fides-modal-primary-actions"
: "fides-banner-button-group fides-banner-primary-actions"
}
>
Expand Down

0 comments on commit 91fd967

Please sign in to comment.