menu: fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user