This commit is contained in:
Kenneth Jannette
2024-01-28 20:10:14 -06:00
parent cefd2d27e7
commit 3b995efa02
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -268,3 +268,7 @@
font-size: 0.82rem;
font-weight: 300;
}
.signup-proceed-btn {
width: 240px;
}