docs: add additional property to theme usage doc (#876)

This commit is contained in:
davchen51 2019-03-31 01:08:33 -07:00 committed by Roman Hotsiy
parent 65930ad7ee
commit 649940bfe5

View File

@ -165,7 +165,7 @@ Also you can pass options:
specUrl="http://rebilly.github.io/RebillyAPI/openapi.json" specUrl="http://rebilly.github.io/RebillyAPI/openapi.json"
options={{ options={{
nativeScrollbars: true, nativeScrollbars: true,
theme: { colors: { main: '#dd5522' } }, theme: { colors: { primary { main: '#dd5522' } } },
}} }}
/> />
``` ```