mg-library 1.0.502 → 1.0.503
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 +1 -1
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -108,7 +108,7 @@ export function MGWelcome(props) {
|
|
108
108
|
<Card header={cardHeader(item)} style={{ marginBottom: 10, marginHorizontal: 10 }}>
|
109
109
|
{item.imageUrl != undefined &&
|
110
110
|
<View style={{ flexGrow: 1, alignItems: 'center', marginBottom: 10 }}>
|
111
|
-
<Image source={{ uri: item.imageUrl }} style={{ transform: 'scale(
|
111
|
+
<Image source={{ uri: item.imageUrl }} style={{ transform: 'scale(0.5)' }} />
|
112
112
|
</View>
|
113
113
|
}
|
114
114
|
<Text>
|