From dcaf1cb418d8e63c2b5c3a9395e9a8de68609698 Mon Sep 17 00:00:00 2001 From: Olivier Liechti Date: Wed, 1 Jun 2022 12:50:17 +0200 Subject: [PATCH] Add changeset Signed-off-by: Olivier Liechti --- .changeset/great-roses-pump.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/great-roses-pump.md diff --git a/.changeset/great-roses-pump.md b/.changeset/great-roses-pump.md new file mode 100644 index 0000000000..1172f5018a --- /dev/null +++ b/.changeset/great-roses-pump.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Previously, the color of the Entity Context Menu (in the Entity Page Header) was hardcoded as 'white'. This was an issue for themes that use a header with a white background. The color of the icon can now be overriden in the theme (PluginCatalogEntityContextMenu > button > color).