mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-18 15:51:58 +03:00
fix backgroundColor in samples
This commit is contained in:
parent
6b4f1b564e
commit
900ecaa2cc
|
@ -30,7 +30,7 @@ json
|
||||||
"title": "Swagger Petstore",
|
"title": "Swagger Petstore",
|
||||||
"x-logo": {
|
"x-logo": {
|
||||||
"url": "https://rebilly.github.io/ReDoc/petstore-logo.png",
|
"url": "https://rebilly.github.io/ReDoc/petstore-logo.png",
|
||||||
"backgroundColor": "white"
|
"backgroundColor": "#FFFFFF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@ info:
|
||||||
title: "Swagger Petstore"
|
title: "Swagger Petstore"
|
||||||
x-logo:
|
x-logo:
|
||||||
url: "https://rebilly.github.io/ReDoc/petstore-logo.png"
|
url: "https://rebilly.github.io/ReDoc/petstore-logo.png"
|
||||||
backgroundColor: "white"
|
backgroundColor: "#FFFFFF"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user