Skip to content

Commit

Permalink
Merge pull request #142 from Motouom/Balance-Implementation
Browse files Browse the repository at this point in the history
Feat(frontend): implemented the check Balance pages
  • Loading branch information
Motouom committed Jun 13, 2024
2 parents a286eba + 6e6bdf6 commit 172c991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions power-pay-frontend/src/components/PinInput_Balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ const PinInput_For_Balance: React.FC = () => {
</div>
<div className="pt-12">
<button

className="rounded-full w-80 m-auto px-4 py-2 text-white bg-red-600 text-lg absolute inset-x-0 bottom-20"

onClick={handleCancelClick}
>
Cancel
</button>
<button
className="rounded-full w-80 m-auto px-4 py-2 text-white bg-blue-950 text-lg absolute inset-x-0 bottom-6"

onClick={handleConfirmClick}
>
Confirm
Expand Down

0 comments on commit 172c991

Please sign in to comment.