mg-library 1.0.609 → 1.0.610
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 +2 -2
- package/package.json +1 -1
package/blocks.js
CHANGED
|
@@ -681,7 +681,7 @@ export function MGFlatListHeader(props) {
|
|
|
681
681
|
|
|
682
682
|
export function MGSessionHeader(props) {
|
|
683
683
|
return (
|
|
684
|
-
<View
|
|
684
|
+
<View>
|
|
685
685
|
<View style={{ display: 'flex', flexDirection: 'row', alignItems: 'stretch' }}>
|
|
686
686
|
<View style={{ flexGrow: 0.5, alignSelf: 'center' }}>
|
|
687
687
|
<MGText category='h5' style={{ color: props.colors.primary['500'], marginLeft: 5 }}>{props.module}</MGText>
|
|
@@ -695,7 +695,7 @@ 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
|
-
<View style={{ marginTop:
|
|
698
|
+
<View style={{ marginTop: 10 }}>
|
|
699
699
|
<MGDivider />
|
|
700
700
|
</View>
|
|
701
701
|
</View>
|