Skip to content

Commit

Permalink
fix: center text inside upgrade access button (#1027)
Browse files Browse the repository at this point in the history
Fixes #1024
  • Loading branch information
diivi authored Mar 20, 2023
1 parent c25c0a3 commit cf3f6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const StripeCheckoutButton = () => {

<p className="flex justify-center py-4 px-2">
<form onSubmit={handleFormSubmit}>
<Button variant="primary" className="w-52 h-[38px]">
<Button variant="primary" className="w-52 h-[38px] flex justify-center">
Upgrade Access
</Button>
</form>
Expand Down

0 comments on commit cf3f6cb

Please sign in to comment.