mg-library 1.0.745 → 1.0.747

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.
Files changed (2) hide show
  1. package/blocks.js +1 -1
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.745",
3
+ "version": "1.0.747",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",