amotify 0.2.134 → 0.2.135

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.
@@ -30,6 +30,22 @@ import {
30
30
 
31
31
  let Test = () => {
32
32
  return <Box>
33
+ <Row.Center
34
+ flexWrap
35
+ padding={ 2 }
36
+ >
37
+ <Input.TextField
38
+ label='AAAA'
39
+ // multiline minRows={ 3 }
40
+ />
41
+ <Input.TextField
42
+ label='AAAA'
43
+ fontHeight={ 1.2 }
44
+ // multiline minRows={ 3 }
45
+ />
46
+
47
+ </Row.Center>
48
+
33
49
  <DesignBook
34
50
  />
35
51
  </Box>