Commit 691dcd26 authored by lynn's avatar lynn Committed by GitHub

fix: activity page polish (#5081)

* fix

* remove env omg
parent a5cb1f05
......@@ -103,6 +103,7 @@ export const addressCell = style([
color: 'textPrimary',
height: 'full',
justifyContent: 'center',
paddingLeft: '2',
}),
{
lineHeight: '24px',
......
......@@ -30,7 +30,6 @@ export const HeaderRow = () => {
<Box display={{ sm: 'none', md: 'block' }}>{ColumnHeaders.Price}</Box>
<Box display={{ sm: 'none', xl: 'block' }}>{ColumnHeaders.By}</Box>
<Box display={{ sm: 'none', xxl: 'block' }}>{ColumnHeaders.To}</Box>
<Box display={{ sm: 'none', lg: 'block' }}>Buy</Box>
</Box>
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment