Commit 2e141ac9 authored by eddie's avatar eddie Committed by GitHub

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

parent 8b16f454
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment