The background-color for the following WebComponents is incorrect when using color-scheme="9" and design="Set2":
ui5-tag
ui5-badge
<ui5-tag design="Set2" color-scheme="9" interactive="true">
Color Scheme 9
</ui5-tag>
The issue is due to missing CSS in Tag-parameters.css. According to the Tag Design Spec, the correct color would be #F2F2F2. As you can see in the Tag-parameters.css of the base theme, the following definitions are missing but similar definitions exist for all other color-schemes (except 9):
The missing CSS needs to be added for color-scheme="9" and design="Set2". This has to be done for the ui5-tag component in version 2.x as well as for the ui5-badge component in version 1.x
Bug Description
The background-color for the following WebComponents is incorrect when using color-scheme="9" and design="Set2":
The issue is due to missing CSS in Tag-parameters.css. According to the Tag Design Spec, the correct color would be #F2F2F2. As you can see in the Tag-parameters.css of the base theme, the following definitions are missing but similar definitions exist for all other color-schemes (except 9):
Affected Component
ui5-tag
Expected Behaviour
The missing CSS needs to be added for color-scheme="9" and design="Set2". This has to be done for the ui5-tag component in version 2.x as well as for the ui5-badge component in version 1.x
Isolated Example
WebComponent Playground
Steps to Reproduce
Priority
Medium
UI5 Web Components Version
1.x & 2.x & nightly
Browser
Chrome, Edge, Firefox, Safari
Operating System
Windows 11, MacOS, iOS, Android
Declaration