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