From d502e11a0a34616f2fa87fbd1ecf3970cba8a826 Mon Sep 17 00:00:00 2001 From: davchen51 <46250804+davchen51@users.noreply.github.com> Date: Sat, 30 Mar 2019 17:21:31 -0700 Subject: [PATCH] add additional property to theme usage doc "theme: { colors: { main: '#dd5522' } }" didn't work for me. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3d93a4..6253277c 100644 --- a/README.md +++ b/README.md @@ -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' } } }, }} /> ```