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