Skip to content

Commit

Permalink
Merge pull request #84 from NinjasCL-jasonette/border-width-buttons
Browse files Browse the repository at this point in the history
added border width and color to buttons
  • Loading branch information
gliechtenstein authored Nov 2, 2017
2 parents 671b099 + 291f34e commit da8e162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Can be either a text button or an image button, depending on what attributes are
- `height`: Height of the clickable region (In case of image buttons, the image will auto-resize proportionally to fit into this region)
- `color`: text color
- `background`: background color
- `border_width`: border width for the button
- `border_color`: border color for the button
- `color`: To set the tint color (only for icons)
- `corner_radius`: corner radius for the button
- `padding`: padding outside of the text (in case of text button) or outside of the image (in case of image button). Note that the height and width will stay the same regardless of what padding value you set.
Expand Down

0 comments on commit da8e162

Please sign in to comment.