Fixed missing gradient on normal users.
This commit is contained in:
parent
f0dedbefae
commit
ec00a19d79
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ const MamiSidebarPanelUsersEntry = function(info) {
|
|||
updateAvatar();
|
||||
|
||||
const setColour = value => {
|
||||
colour = value;
|
||||
colour = value === 'inherit' ? '#fff' : value;
|
||||
html.style.backgroundColor = colour;
|
||||
nameElem.style.color = colour;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue