You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ShellBar component allows users to embed an Avatar component to it's profile property. When we want to change the fiori theme to "sap_fiori_3_dark" to the whole app it seems that the embedded Avatar component is not in scope.
To reproduce
Steps to reproduce the behavior:
Add a ShellBar component to the index.js file of your React app
Add an embedded Avatar component to the profile property as follow:
We used to force background-color: transparent to the ui5-avatar, when used as profile. But, it turns out that this is not needed, in classic UI5, the Avatar is displayed with its default AccentBGColor6 and we align to this with the change.
Moreover, in Fiori3 Dark, the transparent Avatar leads to missing color contrast as shown in the issue.
FIXES: #1944
Describe the bug
ShellBar component allows users to embed an Avatar component to it's profile property. When we want to change the fiori theme to "sap_fiori_3_dark" to the whole app it seems that the embedded Avatar component is not in scope.
To reproduce
Steps to reproduce the behavior:
Expected behavior
We would expect that the component borders be white.
Screenshots
![image](https://user-images.githubusercontent.com/58919119/87163531-1feca080-c28d-11ea-9b94-95ff80e13470.png)
Context
Affected components Avatar component
The text was updated successfully, but these errors were encountered: