mg-library 1.0.747 → 1.0.749

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
@@ -250,7 +250,8 @@ export function MGLogin(props) {
250
250
  px="$3"
251
251
  rounded="$md"
252
252
  bg="$white"
253
- borderColor="$gray300">
253
+ borderColor="$gray300"
254
+ mb={10}>
254
255
  <InputField
255
256
  placeholder={mgFunctionsLib.i18nString('userName', props.language)}
256
257
  placeholderTextColor="$gray300"
@@ -347,7 +348,7 @@ export function MGCurrentAccount(props) {
347
348
  return (
348
349
  <>
349
350
  <View style={{ flexDirection: 'column', alignItems: 'flex-end', marginTop: 10, marginBottom: 10, marginLeft: 10, marginRight: 20 }}>
350
- <MGText category='h6'>{item.balance._asCurrency(company.currencySymbol)}</MGText>
351
+ <MGText category='h4'>{item.balance._asCurrency(company.currencySymbol)}</MGText>
351
352
  </View>
352
353
  </>
353
354
  );
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.747",
3
+ "version": "1.0.749",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",