fix bug
This commit is contained in:
@@ -246,7 +246,7 @@ export function AddToCartButton({ item }: { item: Product }) {
|
|||||||
height: 48,
|
height: 48,
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
bottom: -11,
|
bottom: -11,
|
||||||
[isRTL ? "left" : " right"]: -2,
|
[isRTL ? "left" : "right"]: -2,
|
||||||
backgroundColor: "var(--background)",
|
backgroundColor: "var(--background)",
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user