Skip to content

Commit

Permalink
minor: Elevate single modal button to secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Aug 28, 2024
1 parent 0388cdd commit 9b801b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const BasicFraudProtectionModal: React.FC< BasicFraudProtectionModalProps
<Button
className="component-modal__button--confirm"
onClick={ () => setBasicModalOpen( false ) }
isTertiary
variant="secondary"
>
{ __( 'Got it', 'woocommerce-payments' ) }
</Button>
Expand Down

0 comments on commit 9b801b1

Please sign in to comment.