Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
3a401591
Unverified
Commit
3a401591
authored
Dec 01, 2022
by
aballerr
Committed by
GitHub
Dec 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: making colors correct on approval screen (#5444)
update approval button colors to be correct
parent
c6f6bd44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
index.tsx
src/pages/Swap/index.tsx
+9
-7
No files found.
src/pages/Swap/index.tsx
View file @
3a401591
...
...
@@ -677,15 +677,17 @@ export default function Swap() {
}
>
<
AutoRow
justify=
"space-between"
style=
{
{
flexWrap
:
'
nowrap
'
}
}
height=
"20px"
>
<
ThemedText
.
SubHeader
width=
"100%"
textAlign=
"center"
color=
"white"
>
{
/* we need to shorten this string on mobile */
}
{
approvalState
===
ApprovalState
.
APPROVED
||
signatureState
===
UseERC20PermitState
.
SIGNED
?
(
{
/* we need to shorten this string on mobile */
}
{
approvalState
===
ApprovalState
.
APPROVED
||
signatureState
===
UseERC20PermitState
.
SIGNED
?
(
<
ThemedText
.
SubHeader
width=
"100%"
textAlign=
"center"
color=
"textSecondary"
>
<
Trans
>
You can now trade
{
currencies
[
Field
.
INPUT
]?.
symbol
}
</
Trans
>
)
:
(
</
ThemedText
.
SubHeader
>
)
:
(
<
ThemedText
.
SubHeader
width=
"100%"
textAlign=
"center"
color=
"white"
>
<
Trans
>
Allow the Uniswap Protocol to use your
{
currencies
[
Field
.
INPUT
]?.
symbol
}
</
Trans
>
)
}
</
ThemedText
.
SubHeader
>
</
ThemedText
.
SubHeader
>
)
}
{
approvalPending
||
approvalState
===
ApprovalState
.
PENDING
?
(
<
Loader
stroke=
{
theme
.
white
}
/>
)
:
(
approvalSubmitted
&&
approvalState
===
ApprovalState
.
APPROVED
)
||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment