This commit is contained in:
Kenneth Jannette
2024-02-05 19:55:13 -06:00
parent 8d21d90582
commit b4c2e4283c
2 changed files with 74 additions and 11 deletions

View File

@@ -590,7 +590,7 @@ const SignupPage = () => {
</div>
<div className="details-button-box">
<Button
className="secondary-button back-button"
className="secondary-button"
onClick={handleCancelAdd}
labelText="Cancel"
/>
@@ -598,7 +598,7 @@ const SignupPage = () => {
<Button
className="p-2 mr-2 primary-button signup-proceed-btn"
onClick={handleAdd}
labelText="Add And Proceed To Payment"
labelText="Proceed To Payment"
/>
</div>
</div>