mg-library 1.0.483 → 1.0.484

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/blocks.js +3 -3
  2. package/package.json +1 -1
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='h5'>{item.balance._asCurrency(company.currencySymbol)}</Text>
238
+ <Text category='h6'>{item.balance._asCurrency(company.currencySymbol)}</Text>
239
239
  </View>
240
240
  </>
241
241
  );
@@ -246,10 +246,10 @@ export function MGCurrentAccount(props) {
246
246
  {props.goBack != undefined &&
247
247
  props.goBack
248
248
  }
249
- <Card style={{ marginLeft: 50, marginRight: 50, marginBottom: 10 }}>
249
+ <Card style={{ marginHorizontal: 30, marginBottom: 10 }}>
250
250
  <View style={{ alignItems: 'center' }}>
251
251
  <Text category='p1'>{mgFunctionsLib.i18nString('balance', props.language)}</Text>
252
- <Text category='h2'>{props.balanceComposition.total._asCurrency(props.company.currencySymbol)}</Text>
252
+ <Text category='h3'>{props.balanceComposition.total._asCurrency(props.company.currencySymbol)}</Text>
253
253
  </View>
254
254
  </Card>
255
255
  </View>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.483",
3
+ "version": "1.0.484",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {