fix: change background color on Explore table (#4318)
change background color
This commit is contained in:
parent
b26c2bbc98
commit
53cccef570
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user