Minor UI update on Confirmation Modal
This commit is contained in:
parent
8f75c24553
commit
1ca3c1fb7b
@ -45,7 +45,7 @@ export const ConfirmationModal = (props: ConfirmationModalProps) => {
|
||||
<div className="flex justify-end w-full">
|
||||
<Button className="px-0 mt-4 mr-5 mb-4 max-h-12 bg-gray-600 hover:bg-gray-600">
|
||||
<label
|
||||
className="w-full h-full text-white bg-gray-600 hover:bg-gray-600 border-0 btn modal-button"
|
||||
className="w-full h-full text-white bg-gray-600 hover:bg-gray-600 rounded border-0 btn modal-button"
|
||||
htmlFor="my-modal-2"
|
||||
>
|
||||
Go Back
|
||||
|
Loading…
Reference in New Issue
Block a user