From c3bfb4549076243ee9d95e0072a904ccaa209160 Mon Sep 17 00:00:00 2001 From: fl1k Date: Thu, 7 Apr 2022 18:48:16 +0200 Subject: [PATCH] Added style & textStyle for button, I had to read source code to increase the font size --- components/block.md | 2 +- components/button.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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