added logic on click btn in paymentsmodal component

This commit is contained in:
Kostya
2023-12-06 11:40:02 +03:00
parent 95f3fa0719
commit ba963c0a4d
2 changed files with 12 additions and 1 deletions

View File

@@ -125,6 +125,12 @@ input:focus {
border: none;
}
.btn-click {
border-radius: 10px !important;
background: #EF4444 !important;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
/* Withdraw */
.payments-modal__withdraw {