mg-library 1.0.744 → 1.0.745
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 +3 -3
- 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"
|