Skip to content

Commit

Permalink
Transparent does not work here for multiple avatars. It must be appBG…
Browse files Browse the repository at this point in the history
… so that we get the correct overlap effect.
  • Loading branch information
marcaaron committed Dec 6, 2022
1 parent ec4e848 commit f996fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/StyleUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ function getKeyboardShortcutsModalWidth(isSmallScreenWidth) {
* @returns {Object}
*/
function getHorizontalStackedAvatarStyle(isHovered, isPressed) {
let backgroundColor = 'transparent';
let backgroundColor = themeColors.appBG;

if (isHovered) {
backgroundColor = colors.greenDefaultButtonHover;
Expand Down

0 comments on commit f996fd7

Please sign in to comment.