- apply fixed height for footer buttons over app
- add floating cart button in cart page in desktop size
This commit is contained in:
2025-10-07 05:01:24 +03:00
parent 3485c073a3
commit 03a945c929
16 changed files with 127 additions and 66 deletions

View File

@@ -157,7 +157,7 @@ export function MenuList({ data, categoryRefs }: MenuListProps) {
style={{
margin: 0,
display: "inline-block",
fontSize: xs ? "1rem" : 18,
fontSize: "1rem" ,
fontWeight: 600,
letterSpacing: "-0.01em",
lineHeight: 1.2,
@@ -194,7 +194,7 @@ export function MenuList({ data, categoryRefs }: MenuListProps) {
price={item.original_price}
strong
style={{
fontSize: xs ? "1rem" : 22,
fontSize: "1rem",
fontWeight: 700,
color: colors.primary,
textDecoration: "line-through",
@@ -207,7 +207,7 @@ export function MenuList({ data, categoryRefs }: MenuListProps) {
price={item.price}
strong
style={{
fontSize: xs ? "1rem" : 22,
fontSize: "1rem",
fontWeight: 700,
color: colors.primary,
}}