mg-library 1.0.746 → 1.0.748

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/blocks.js CHANGED
@@ -347,7 +347,7 @@ export function MGCurrentAccount(props) {
347
347
  return (
348
348
  <>
349
349
  <View style={{ flexDirection: 'column', alignItems: 'flex-end', marginTop: 10, marginBottom: 10, marginLeft: 10, marginRight: 20 }}>
350
- <MGText category='h6'>{item.balance._asCurrency(company.currencySymbol)}</MGText>
350
+ <MGText category='h4'>{item.balance._asCurrency(company.currencySymbol)}</MGText>
351
351
  </View>
352
352
  </>
353
353
  );
@@ -638,7 +638,7 @@ export function MGSessionHeader(props) {
638
638
  <MGText category='h5' style={{ color: props.colors.primary500, marginLeft: 5 }}>{props.module}</MGText>
639
639
  </View>
640
640
  <View style={{ flexGrow: 0.35, flexDirection: 'column', justifyContent: 'center' }}>
641
- <MGText style={{ alignSelf: 'flex-end', marginBottom: 5 }} category='h6'>{props.person.lastName}</MGText>
641
+ <MGText style={{ alignSelf: 'flex-end' }} category='h6'>{props.person.lastName}</MGText>
642
642
  <MGText style={{ alignSelf: 'flex-end' }}>{props.person.firstName}</MGText>
643
643
  </View>
644
644
  <View style={{ flexGrow: 0.15, flexDirection: 'column' }}>
package/mg-library.rar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.746",
3
+ "version": "1.0.748",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",