fix: vertically center the explore table header text (#4514)

center
This commit is contained in:
Kaylee George 2022-08-26 11:41:34 -07:00 committed by GitHub
parent 1b43e0b28a
commit 2c2e0a3419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,6 +139,7 @@ const StyledHeaderRow = styled(StyledTokenRow)`
line-height: 16px;
padding: 0px 12px;
width: 100%;
justify-content: center;
&:hover {
background-color: transparent;
@ -151,6 +152,7 @@ const StyledHeaderRow = styled(StyledTokenRow)`
const ListNumberCell = styled(Cell)`
color: ${({ theme }) => theme.textSecondary};
min-width: 32px;
height: 48px;
@media only screen and (max-width: ${SMALL_MEDIA_BREAKPOINT}) {
display: none;