Skip to content

Commit

Permalink
fix: styles on expiry modal (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajjibhai008 authored Oct 21, 2024
1 parent a9255e2 commit 8b39c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/expired-subscription-modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ExpiredSubscriptionModal = () => {
};
return (
<AlertModal
title={customerAgreement?.modalHeaderText}
title={<h3 className="mb-2">{customerAgreement?.modalHeaderText}</h3>}
isOpen={isOpen}
isBlocking
footerNode={(
Expand Down

0 comments on commit 8b39c33

Please sign in to comment.