Gift Market: Better pattern
This commit is contained in:
parent
b84171c2fa
commit
730944e988
@ -132,6 +132,8 @@ function GiftItemStar({
|
|||||||
className={styles.radialPattern}
|
className={styles.radialPattern}
|
||||||
backgroundColors={backdropColors}
|
backgroundColors={backdropColors}
|
||||||
patternIcon={pattern.sticker}
|
patternIcon={pattern.sticker}
|
||||||
|
ringsCount={1}
|
||||||
|
ovalFactor={1}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}, [gift]);
|
}, [gift]);
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
gap: 0.0625rem;
|
gap: 0.25rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user