From 93971d41c4643675e65ef2d864d357bb7a8a9736 Mon Sep 17 00:00:00 2001 From: Olivier Liechti Date: Wed, 1 Jun 2022 13:06:56 +0200 Subject: [PATCH] Fix typo in changeset Signed-off-by: Olivier Liechti --- .changeset/great-roses-pump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/great-roses-pump.md b/.changeset/great-roses-pump.md index 949c32f34b..263254b63c 100644 --- a/.changeset/great-roses-pump.md +++ b/.changeset/great-roses-pump.md @@ -2,7 +2,7 @@ '@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 overridden in the theme (PluginCatalogEntityContextMenu > button > color): +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 overridden in the theme (PluginCatalogEntityContextMenu > button > color). Example: export function createThemeOverrides(theme: BackstageTheme): Overrides { return {