Describe the bug
When I create StatusBarItemUtilities.createCustomItem with the badgeKind property set to "technical-preview" it does not render the yellow badge.
To Reproduce
StatusBarItemUtilities.createCustomItem({..., badgeKind: "technical-preview" })
Expected Behavior
I would expect the status bar button to have the yellow badge like when I add it to the toolbar with
ToolbarItemUtilities.createGroupItem({..., badgeKind: "technical-preview"});
Screenshots
Desktop (please complete the applicable information)
"@itwin/appui-react": 5.30.0
Additional context
No response
Describe the bug
When I create
StatusBarItemUtilities.createCustomItemwith the badgeKind property set to "technical-preview" it does not render the yellow badge.To Reproduce
Expected Behavior
I would expect the status bar button to have the yellow badge like when I add it to the toolbar with
Screenshots
Desktop (please complete the applicable information)
"@itwin/appui-react": 5.30.0
Additional context
No response