diff --git a/components/block.md b/components/block.md index 6797520..9c3c8e3 100644 --- a/components/block.md +++ b/components/block.md @@ -31,4 +31,4 @@ Simple example: | shadowColor | string | null | changes the shadow's color | | space | string | null | your options are: 'between', 'around' or 'evenly' | | top | bool | false | alignItems: 'flex-start' alignSelf: 'flex-start' | -| width | number | null | changes the width of the Block | +| width | number | null | changes the width of the Block | \ No newline at end of file diff --git a/components/button.md b/components/button.md index f4f1680..31613d6 100644 --- a/components/button.md +++ b/components/button.md @@ -58,4 +58,7 @@ Code example: | shadowColor | bool, string | false | the default shadowColor is based on the button's color but you can also write a specific shadowColor | | shadowless | bool | false | removes shadow | | size | number | 'large' | your options are: 'large', 'small' | -| uppercase | bool | false | makes all letters uppercase | +| size | number | 'large' | your options are: 'large', 'small' | +| style | stylesheet | null | changes the style of the button inside the button | +| textStyle | stylesheet | null | changes the style of the text inside the button | +| uppercase | bool | false | makes all letters uppercase | \ No newline at end of file