We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a37b4 commit 7e624ceCopy full SHA for 7e624ce
3 files changed
workspaces/global-header/.changeset/fix-starred-items-icon-color-visibility.md
workspaces/global-header/plugins/global-header/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# @red-hat-developer-hub/backstage-plugin-global-header
2
3
+## 1.16.1
4
+
5
+### Patch Changes
6
7
+- 60a37b4: Fixes the global header starred items icon color and visibility:
8
9
+ - Changed star icon color to use theme.rhdh.general.starredItemsColor for better visibility and customization
10
+ - Star icon now only appears on hover instead of being always visible
11
+ - Maintains consistent styling with table view starred items across the application
12
13
## 1.16.0
14
15
### Minor Changes
workspaces/global-header/plugins/global-header/package.json
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-global-header",
- "version": "1.16.0",
+ "version": "1.16.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
0 commit comments