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')}
</Text>
</Body>
<Right style={{flex: 1}}>
<Text>
<Right>
<Text style={{fontWeight: "bold"}}>
{item.price}
</Text>
</Right>