Gift Market: Better pattern

This commit is contained in:
Alexander Zinchuk 2025-10-15 19:57:12 +02:00
parent b84171c2fa
commit 730944e988
2 changed files with 3 additions and 1 deletions

View File

@ -132,6 +132,8 @@ function GiftItemStar({
className={styles.radialPattern}
backgroundColors={backdropColors}
patternIcon={pattern.sticker}
ringsCount={1}
ovalFactor={1}
/>
);
}, [gift]);

View File

@ -8,7 +8,7 @@
display: flex;
flex-shrink: 0;
flex-wrap: nowrap;
gap: 0.0625rem;
gap: 0.25rem;
align-items: center;
justify-content: center;