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
819e2f57
Unverified
Commit
819e2f57
authored
Oct 19, 2023
by
Nate Wienert
Committed by
GitHub
Oct 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix contrast on l2 network text (#7466)
* fix: fix contrast on l2 network text
parent
5357c58a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
index.tsx
src/components/TransactionConfirmationModal/index.tsx
+8
-4
No files found.
src/components/TransactionConfirmationModal/index.tsx
View file @
819e2f57
...
...
@@ -193,6 +193,10 @@ export function ConfirmationModalContent({
)
}
const
StyledL2Badge
=
styled
(
Badge
)
`
padding: 6px 8px;
`
function
L2Content
({
onDismiss
,
chainId
,
...
...
@@ -225,12 +229,12 @@ function L2Content({
<
AutoColumn
>
{
!
inline
&&
(
<
RowBetween
mb=
"16px"
>
<
Badge
>
<
RowFixed
gap=
"
8px
"
>
<
StyledL2
Badge
>
<
RowFixed
gap=
"
sm
"
>
<
ChainLogo
chainId=
{
chainId
}
/>
{
info
.
label
}
<
ThemedText
.
SubHeaderSmall
>
{
info
.
label
}
</
ThemedText
.
SubHeaderSmall
>
</
RowFixed
>
</
Badge
>
</
StyledL2
Badge
>
<
CloseIcon
onClick=
{
onDismiss
}
/>
</
RowBetween
>
)
}
...
...
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