Merge master into rewards-tab
This commit is contained in:
@@ -278,7 +278,8 @@ function FamilyAddFundPopout({action, situation, wallet, familyData}) {
|
||||
:
|
||||
<button
|
||||
type="submit"
|
||||
className="w-[150px] h-[48px] rounded-full text-base text-white bg-sky-500 hover:bg-sky-400"
|
||||
className={`w-[150px] h-[48px] rounded-full text-base text-white bg-sky-500 hover:bg-sky-400 ${requestStatus.status ? 'opacity-50' : ''}`}
|
||||
disabled={requestStatus.status}
|
||||
>
|
||||
Send
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user