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