mg-library 1.0.482 → 1.0.483

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 CHANGED
@@ -235,7 +235,7 @@ export function MGCurrentAccount(props) {
235
235
  return (
236
236
  <>
237
237
  <View style={{ flexDirection: 'column', alignItems: 'flex-end', marginTop: 10, marginBottom: 10, marginLeft: 10, marginRight: 20 }}>
238
- <Text category='h6'>{item.balance._asCurrency(company.currencySymbol)}</Text>
238
+ <Text category='h5'>{item.balance._asCurrency(company.currencySymbol)}</Text>
239
239
  </View>
240
240
  </>
241
241
  );
package/mg-library.rar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.482",
3
+ "version": "1.0.483",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {