Improved proximo article list display

This commit is contained in:
keplyx 2019-09-12 15:09:28 +02:00
parent 65f69a8748
commit cb9c7c6ada

View file

@ -298,8 +298,8 @@ export default class ProximoListScreen extends React.Component<Props, State> {
{item.quantity + ' ' + i18n.t('proximoScreen.inStock')} {item.quantity + ' ' + i18n.t('proximoScreen.inStock')}
</Text> </Text>
</Body> </Body>
<Right style={{flex: 1}}> <Right>
<Text> <Text style={{fontWeight: "bold"}}>
{item.price} {item.price}
</Text> </Text>
</Right> </Right>