Commit 9c5c7a18 authored by Bilal's avatar Bilal

Updated form to use material UI

parent 72197d82
This diff is collapsed.
......@@ -22,9 +22,6 @@ function App() {
</div>
<div className='p-5'>
<div className='offset-md-2 col-md-8'>
<header className='mb-4'>
<h3 className='text-center'>Payment Details</h3>
</header>
<TelepayForm />
</div>
</div>
......
......@@ -11,3 +11,9 @@
.form-label {
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