Front: 'Recommended' component: remove border radius on the right side

This commit is contained in:
Arthur Jamet 2023-12-08 14:35:00 +01:00 committed by Zoe Roux
parent 30581a4ee1
commit e6ac7e502c

View File

@ -113,6 +113,7 @@ export const ItemDetails = ({
quality="low" quality="low"
forcedLoading={isLoading} forcedLoading={isLoading}
layout={{ height: percent(100) }} layout={{ height: percent(100) }}
style={{ borderTopRightRadius: 0, borderBottomRightRadius: 0 }}
> >
<View <View
{...css({ {...css({