Browse Source

Improved proximo article list display

keplyx 4 years ago
parent
commit
cb9c7c6ada
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      screens/Proximo/ProximoListScreen.js

+ 2
- 2
screens/Proximo/ProximoListScreen.js View File

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

Loading…
Cancel
Save