Commit 62159117 authored by unipadmini's avatar unipadmini Committed by GitHub

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: default avatarPadmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
parent fc81c6e3
...@@ -5,9 +5,9 @@ const TraitChipWrap = styled.div` ...@@ -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 = ({ ...@@ -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"
> >
......
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