Commit 9c5c7a18 authored by Bilal's avatar Bilal

Updated form to use material UI

parent 72197d82
This diff is collapsed.
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
......
...@@ -22,9 +22,6 @@ function App() { ...@@ -22,9 +22,6 @@ function App() {
</div> </div>
<div className='p-5'> <div className='p-5'>
<div className='offset-md-2 col-md-8'> <div className='offset-md-2 col-md-8'>
<header className='mb-4'>
<h3 className='text-center'>Payment Details</h3>
</header>
<TelepayForm /> <TelepayForm />
</div> </div>
</div> </div>
......
...@@ -11,3 +11,9 @@ ...@@ -11,3 +11,9 @@
.form-label { .form-label {
font-weight: bold; font-weight: bold;
} }
.center-label {
display: flex;
justify-content: center;
align-items: center;
}
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment