mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 10:33:44 +03:00
docs: add additional property to theme usage doc (#876)
This commit is contained in:
parent
65930ad7ee
commit
649940bfe5
|
@ -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' } } },
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user