mg-library 1.0.482 → 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.
- package/blocks.js +2 -2
- package/mg-library.rar +0 -0
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -246,10 +246,10 @@ export function MGCurrentAccount(props) {
|
|
246
246
|
{props.goBack != undefined &&
|
247
247
|
props.goBack
|
248
248
|
}
|
249
|
-
<Card style={{
|
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='
|
252
|
+
<Text category='h3'>{props.balanceComposition.total._asCurrency(props.company.currencySymbol)}</Text>
|
253
253
|
</View>
|
254
254
|
</Card>
|
255
255
|
</View>
|
package/mg-library.rar
CHANGED
Binary file
|