-
Type:
Suggestion
-
Resolution: Unresolved
Issue Summary
Currently, the jira:issuePanel module in Forge doesn't support dynamic icon changes for light and dark themes. The icon is rendered using an HTML <img> tag, which lacks access to the current theme specified in the DOM. As a result, it cannot adjust based on the theme.
Actual Results
Forge sets the icon as a static URL in the app's manifest file, which means there's no built-in feature to automatically switch icons for different themes.
Expected Results
Partner would like a way to specify different icons for the light and dark themes, or to somehow parameterize the icon’s appearance based on the current theme.
Workaround
Currently there is no known workaround for this behavior.