Add cornerRadius option to override theme corner radius

This commit is contained in:
Andrew Minnich 2016-03-05 16:20:43 -05:00
parent 5298f31d06
commit 01f7cd88fb
2 changed files with 6 additions and 1 deletions

View file

@ -166,6 +166,9 @@ Common Options
``color``
A table to overwrite the color. Undefined colors default to the theme colors.
``cornerRadius``
The corner radius for boxes. Overwrites the theme corner radius.
``draw``
A function to replace the drawing function. Refer to :doc:`themes` for more information about the function signatures.