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
53cccef5
Unverified
Commit
53cccef5
authored
Aug 10, 2022
by
Kaylee George
Committed by
GitHub
Aug 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: change background color on Explore table (#4318)
change background color
parent
b26c2bbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TokenTable.tsx
src/components/Explore/TokenTable/TokenTable.tsx
+1
-1
No files found.
src/components/Explore/TokenTable/TokenTable.tsx
View file @
53cccef5
...
@@ -21,7 +21,7 @@ const GridContainer = styled.div`
...
@@ -21,7 +21,7 @@ const GridContainer = styled.div`
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
max-width:
${
MAX_WIDTH_MEDIA_BREAKPOINT
}
;
max-width:
${
MAX_WIDTH_MEDIA_BREAKPOINT
}
;
background-color:
${({
theme
})
=>
theme
.
background
Surface
}
;
background-color:
${({
theme
})
=>
theme
.
background
Container
}
;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04),
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04),
0px 24px 32px rgba(0, 0, 0, 0.01);
0px 24px 32px rgba(0, 0, 0, 0.01);
margin-left: auto;
margin-left: auto;
...
...
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