From ae5983387e56d0c98f4e0035063080a5a649f74c Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 2 Oct 2020 18:37:44 -0400 Subject: [PATCH] Added changeset for #2535 --- .changeset/2535.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/2535.md 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)