fix: make text white in success state (#6755)

This commit is contained in:
eddie 2023-06-13 14:20:26 -07:00 committed by GitHub
parent 8b16f454ca
commit 2e141ac94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,7 +213,7 @@ export function PendingModalContent({
<LoadingIndicatorOverlay />
)}
</LogoContainer>
<HeaderContainer gap="md" $disabled={tokenApprovalPending || swapPending}>
<HeaderContainer gap="md" $disabled={tokenApprovalPending || (swapPending && !showSuccess)}>
<AnimationWrapper>
{steps.map((step) => {
const { title, subtitle } = getContent({