mg-library 1.0.325 → 1.0.327
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 +1 -1
- package/i18n/spanish.js +1 -1
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -337,7 +337,7 @@ export function MGSessionHeader(props) {
|
|
337
337
|
<Text category='h5' style={{ color: props.theme['color-primary-500'], marginLeft: 5 }}>{props.module}</Text>
|
338
338
|
</View>
|
339
339
|
<View style={{ flexGrow: 0.35, flexDirection: 'column', justifyContent: 'center' }}>
|
340
|
-
<Text style={{ alignSelf: 'flex-end', marginBottom: -5 }} category='
|
340
|
+
<Text style={{ alignSelf: 'flex-end', marginBottom: -5 }} category='h6'>{props.person.lastName}</Text>
|
341
341
|
<Text style={{ alignSelf: 'flex-end' }}>{props.person.firstName}</Text>
|
342
342
|
</View>
|
343
343
|
<View style={{ flexGrow: 0.15, flexDirection: 'column' }}>
|
package/i18n/spanish.js
CHANGED