diff --git a/docs/redoc-vendor-extensions.md b/docs/redoc-vendor-extensions.md index 653774c05a..ab5d54ec29 100644 --- a/docs/redoc-vendor-extensions.md +++ b/docs/redoc-vendor-extensions.md @@ -30,7 +30,7 @@ json "title": "Swagger Petstore", "x-logo": { "url": "https://rebilly.github.io/ReDoc/petstore-logo.png", - "backgroundColor": "white" + "backgroundColor": "#FFFFFF" } } } @@ -42,7 +42,7 @@ info: title: "Swagger Petstore" x-logo: url: "https://rebilly.github.io/ReDoc/petstore-logo.png" - backgroundColor: "white" + backgroundColor: "#FFFFFF" ```