menu: enhancements

This commit is contained in:
2025-12-24 21:13:07 +03:00
parent 898f570a40
commit 66d77d0621
4 changed files with 4 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ export function AddToCartButton({ item }: { item: Product }) {
className={styles.addButton}
style={{
color: "#302E3E",
backgroundColor: "white",
width: 28,
height: 28,
position: "absolute",

View File

@@ -23,6 +23,7 @@ export default function BackButton({ navigateBack = true }: BackButtonProps) {
justifyContent: "center",
padding: 0,
borderRadius: "50%",
border: "none",
}}
icon={
<div

View File

@@ -510,6 +510,7 @@
justify-content: center;
padding: 0px;
border-radius: 50%;
border: none;
}
.contentWrapper {