fix: event filter styling adjustment (#5063)

* init

* jack comment
This commit is contained in:
lynn 2022-11-02 14:10:23 -04:00 committed by GitHub
parent c5047a9301
commit fe61365a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ export const Activity = ({ contractAddress, rarityVerified, collectionName, chai
return (
<Box>
<Row gap="8">
<Row gap="8" paddingTop="16">
<Filter eventType={ActivityEventType.Listing} />
<Filter eventType={ActivityEventType.Sale} />
<Filter eventType={ActivityEventType.Transfer} />