diff --git a/src/components/modals/gift/GiftItemStar.tsx b/src/components/modals/gift/GiftItemStar.tsx index cc15d3f49..491b50587 100644 --- a/src/components/modals/gift/GiftItemStar.tsx +++ b/src/components/modals/gift/GiftItemStar.tsx @@ -132,6 +132,8 @@ function GiftItemStar({ className={styles.radialPattern} backgroundColors={backdropColors} patternIcon={pattern.sticker} + ringsCount={1} + ovalFactor={1} /> ); }, [gift]); diff --git a/src/components/modals/gift/StarGiftCategoryList.module.scss b/src/components/modals/gift/StarGiftCategoryList.module.scss index 3a09faeae..8ba540282 100644 --- a/src/components/modals/gift/StarGiftCategoryList.module.scss +++ b/src/components/modals/gift/StarGiftCategoryList.module.scss @@ -8,7 +8,7 @@ display: flex; flex-shrink: 0; flex-wrap: nowrap; - gap: 0.0625rem; + gap: 0.25rem; align-items: center; justify-content: center;