diff --git a/front/packages/ui/src/home/recommanded.tsx b/front/packages/ui/src/home/recommanded.tsx index b8fe6e20..ddd6b098 100644 --- a/front/packages/ui/src/home/recommanded.tsx +++ b/front/packages/ui/src/home/recommanded.tsx @@ -90,7 +90,7 @@ export const ItemDetails = ({ height: ItemDetails.layout.size, flexDirection: "row", bg: (theme) => theme.variant.background, - borderRadius: calc(px(imageBorderRadius), "+", ts(.25)), + borderRadius: calc(px(imageBorderRadius), "+", ts(0.25)), overflow: "hidden", borderColor: (theme) => theme.background, borderWidth: ts(0.25), @@ -127,7 +127,11 @@ export const ItemDetails = ({ })} > - {isLoading || theme.colors.white }, "title"])}>{name}} + {isLoading || ( + theme.colors.white }, "title"])}> + {name} + + )} {(subtitle || isLoading) && (
theme.colors.white }, "title"])}>{name}
theme.colors.white }, "title"])}> + {name} +