-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Forge - App UI Web
-
None
-
Minor
-
Integration testing
-
S
Issue Summary:
The dark mode theme in Custom UI is being loaded with design tokens that do not match the product. The surface colour of the product is #1F1F21, while Custom UI is serving #1D2125.
Steps to Reproduce
- Call `view.theme.enable()` in a Custom UI app
- Load Jira or Confluence in dark mode
Expected Results
Surface colours should match
Actual Results
Surface colours are not matching
Should be #1F1F21 but is serving #1D2125
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available