fix: change background color on Explore table (#4318)

change background color
This commit is contained in:
Kaylee George 2022-08-10 15:16:04 -04:00 committed by GitHub
parent b26c2bbc98
commit 53cccef570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ const GridContainer = styled.div`
display: flex;
flex-direction: column;
max-width: ${MAX_WIDTH_MEDIA_BREAKPOINT};
background-color: ${({ theme }) => theme.backgroundSurface};
background-color: ${({ theme }) => theme.backgroundContainer};
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);
margin-left: auto;