diff --git a/frontend/src/components/CardBeneficiary.jsx b/frontend/src/components/CardBeneficiary.jsx index 69ec919..3d23da9 100755 --- a/frontend/src/components/CardBeneficiary.jsx +++ b/frontend/src/components/CardBeneficiary.jsx @@ -41,7 +41,11 @@ async function withdraw(){
- + { props.amount > 0 ? + + : + + }
) diff --git a/frontend/src/css/Buttons.css b/frontend/src/css/Buttons.css index 6517bb8..1b6934b 100755 --- a/frontend/src/css/Buttons.css +++ b/frontend/src/css/Buttons.css @@ -13,6 +13,11 @@ cursor: pointer; } +.withdrawBtn:disabled { + background: #cbd0d4; + cursor:not-allowed; +} + .extendBtn { padding: 10px; background: #be60e0;