style: Reduce radius and increase padding of trait chips on collection/profile pages (#5196)
* style: Reduce border radius and increase padding of trait chips on collection pages. * Update trait chips on profile/view my NFTs page. Co-authored-by: Padmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
This commit is contained in:
parent
fc81c6e37d
commit
6215911719
@ -5,9 +5,9 @@ const TraitChipWrap = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 2px 4px 2px 12px;
|
padding: 6px 6px 6px 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 12px;
|
border-radius: 8px;
|
||||||
background-color: ${({ theme }) => theme.backgroundInteractive};
|
background-color: ${({ theme }) => theme.backgroundInteractive};
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
`
|
`
|
||||||
|
@ -327,11 +327,11 @@ const CollectionFilterItem = ({
|
|||||||
return (
|
return (
|
||||||
<Row
|
<Row
|
||||||
justifyContent="center"
|
justifyContent="center"
|
||||||
paddingRight="4"
|
paddingTop="6"
|
||||||
paddingTop="4"
|
paddingRight="6"
|
||||||
paddingBottom="4"
|
paddingBottom="6"
|
||||||
paddingLeft="8"
|
paddingLeft="12"
|
||||||
borderRadius="12"
|
borderRadius="8"
|
||||||
background="backgroundOutline"
|
background="backgroundOutline"
|
||||||
fontSize="14"
|
fontSize="14"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user