fix backgroundColor in samples

This commit is contained in:
Ivan Goncharov 2016-04-22 16:33:27 +03:00
parent 6b4f1b564e
commit 900ecaa2cc

View File

@ -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"
```