menu: fixes

This commit is contained in:
2025-12-24 15:58:31 +03:00
parent ee42afacf3
commit 898f570a40

View File

@@ -98,17 +98,16 @@ export default function ProductCard({ item, setIsBottomSheetOpen }: Props) {
<ProText
style={{
margin: 0,
display: "inline-block",
fontWeight: 600,
fontStyle: "SemiBold",
fontSize: "16px",
// leadingTrim: "NONE",
lineHeight: "140%",
letterSpacing: "0%",
}}
>
{isRTL ? item.nameOther : item.name}
</ProText>
{item.description && (
<ProText
type="secondary"
className={styles.itemDescription}
@@ -131,6 +130,7 @@ export default function ProductCard({ item, setIsBottomSheetOpen }: Props) {
>
{item.description}
</ProText>
)}
<div
style={{
@@ -170,7 +170,7 @@ export default function ProductCard({ item, setIsBottomSheetOpen }: Props) {
style={{
position: "relative",
...(isRTL ? { right: -5 } : {}),
marginTop: item.description ? 0 : 5,
marginTop: 6,
}}
>
<ItemDescriptionIcons