mg-library 1.0.543 → 1.0.545

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/functions.js +1 -1
  2. package/package.json +1 -1
package/functions.js CHANGED
@@ -25,7 +25,7 @@ export function navigatorHeader(insets, theme, onPressLogout, company) {
25
25
  <Layout style={[safeAreaViewForNavigatorHeaderStyleSheet(insets).safeAreaView, { backgroundColor: theme['color-primary-500'], flexDirection: 'column', justifyContent: 'flex-end' }]}>
26
26
  <View style={{ flexDirection: 'row', flexGrow: 1 }}>
27
27
  <View style={{ flexGrow: 0.9, marginLeft: 10, alignSelf: 'center' }}>
28
- <MGText category='h5' style={{ color: 'white' }}>{companyDescription}</MGText>
28
+ <Text category='h5' style={{ color: 'white' }}>{companyDescription}</Text>
29
29
  </View>
30
30
  <View style={{ flexGrow: 0.1, flexDirection: 'column' }}>
31
31
  <Button style={{ alignSelf: 'center' }} accessoryLeft={logoutIcon} onPress={() => { onPressLogout() }} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.543",
3
+ "version": "1.0.545",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {