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.
- package/blocks.js +4 -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:
|
|
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
|
-
<
|
|
698
|
+
<View style={{ marginTop: 30 }}>
|
|
699
|
+
<MGDivider />
|
|
700
|
+
</View>
|
|
699
701
|
</View>
|
|
700
702
|
);
|
|
701
703
|
}
|