mg-library 1.0.607 → 1.0.609

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 +4 -2
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -634,7 +634,7 @@ export function MGPopover(props) {
634
634
 
635
635
  export function MGGoBack(props) {
636
636
  return (
637
- <View style={{ alignItems: 'flex-start', marginTop: -20 }}>
637
+ <View style={{ alignItems: 'flex-start', marginTop: 10 }}>
638
638
  <NBButton
639
639
  appearance='ghost'
640
640
  bg='transparent'
@@ -695,7 +695,9 @@ export function MGSessionHeader(props) {
695
695
  <MGText category='c1' style={{ alignSelf: 'center', marginTop: -5 }}>{props.person.profile}</MGText>
696
696
  </View>
697
697
  </View>
698
- <MGDivider style={{ marginBottom: 10 }} />
698
+ <View style={{ marginTop: 30 }}>
699
+ <MGDivider />
700
+ </View>
699
701
  </View>
700
702
  );
701
703
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.607",
3
+ "version": "1.0.609",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {