diff --git a/.changeset/2535.md b/.changeset/2535.md new file mode 100644 index 0000000000..2b0e8b1d17 --- /dev/null +++ b/.changeset/2535.md @@ -0,0 +1,13 @@ +--- +'@backstage/core': patch +'@backstage/theme': patch +--- +Fix banner position and color + +This PR closes: #2245 + +The "fixed" props added to control the position of the banner. When it is set to true the banner will be shown in bottom of tha page and the width will be based on the content of the message. + +![](https://user-images.githubusercontent.com/15106494/93765685-999df480-fc15-11ea-8fa5-11cac5836cf1.png) + +![](https://user-images.githubusercontent.com/15106494/93765697-9e62a880-fc15-11ea-92af-b6a7fee4bb21.png)