fix: make text white in success state (#6755)
This commit is contained in:
parent
8b16f454ca
commit
2e141ac94c
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user