add additional property to theme usage doc

"theme: { colors: { main: '#dd5522' } }" didn't work for me.
This commit is contained in:
davchen51 2019-03-30 17:21:31 -07:00 committed by GitHub
parent 65930ad7ee
commit d502e11a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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