mg-library 1.0.744 → 1.0.746
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 +4 -4
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -245,7 +245,7 @@ export function MGLogin(props) {
|
|
245
245
|
control={control}
|
246
246
|
rules={{ maxLength: 50 }}
|
247
247
|
render={({ field: { onChange, value } }) => (
|
248
|
-
<Input size="
|
248
|
+
<Input size="lg"
|
249
249
|
variant="outline"
|
250
250
|
px="$3"
|
251
251
|
rounded="$md"
|
@@ -267,7 +267,7 @@ export function MGLogin(props) {
|
|
267
267
|
rules={{ maxLength: 50 }}
|
268
268
|
render={({ field: { onChange, value } }) => (
|
269
269
|
<Input
|
270
|
-
size="
|
270
|
+
size="lg"
|
271
271
|
variant="outline"
|
272
272
|
px="$3"
|
273
273
|
rounded="$md"
|
@@ -296,7 +296,7 @@ export function MGLogin(props) {
|
|
296
296
|
rules={{ maxLength: 50 }}
|
297
297
|
render={({ field: { onChange, value } }) => (
|
298
298
|
<Input
|
299
|
-
size="
|
299
|
+
size="lg"
|
300
300
|
variant="outline"
|
301
301
|
px="$3"
|
302
302
|
rounded="$md"
|
@@ -638,7 +638,7 @@ export function MGSessionHeader(props) {
|
|
638
638
|
<MGText category='h5' style={{ color: props.colors.primary500, marginLeft: 5 }}>{props.module}</MGText>
|
639
639
|
</View>
|
640
640
|
<View style={{ flexGrow: 0.35, flexDirection: 'column', justifyContent: 'center' }}>
|
641
|
-
<MGText style={{ alignSelf: 'flex-end', marginBottom:
|
641
|
+
<MGText style={{ alignSelf: 'flex-end', marginBottom: 5 }} category='h6'>{props.person.lastName}</MGText>
|
642
642
|
<MGText style={{ alignSelf: 'flex-end' }}>{props.person.firstName}</MGText>
|
643
643
|
</View>
|
644
644
|
<View style={{ flexGrow: 0.15, flexDirection: 'column' }}>
|