fix collection info bar width

This commit is contained in:
Abhinav 2022-06-14 16:44:11 +05:30
parent d588065d42
commit a321813bf2

View file

@ -15,6 +15,7 @@ export const CollectionListBarWrapper = styled(PaddedContainer)`
`; `;
export const CollectionInfoBarWrapper = styled(Box)` export const CollectionInfoBarWrapper = styled(Box)`
width: 100%;
margin-bottom: 24px; margin-bottom: 24px;
`; `;