update loyalty icon place
This commit is contained in:
@@ -105,11 +105,6 @@
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.itemDescriptionIcons svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.arrowButton {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -84,7 +84,6 @@ export default function ProductCard({ item }: Props) {
|
||||
gap: "0.5rem",
|
||||
}}
|
||||
>
|
||||
<StarIcon />
|
||||
<ProText
|
||||
style={{
|
||||
margin: 0,
|
||||
@@ -156,7 +155,7 @@ export default function ProductCard({ item }: Props) {
|
||||
...(isRTL ? { right: -5 } : {}),
|
||||
}}
|
||||
>
|
||||
<ItemDescriptionIcons className={styles.itemDescriptionIcons} />
|
||||
<ItemDescriptionIcons className={styles.itemDescriptionIcons} hasLoyalty={item.isHasLoyalty} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user