Fixed background color in Calls::TopBar for force muted state.

This commit is contained in:
23rd 2020-12-04 18:16:03 +03:00
parent be9644c2ff
commit 8b2d75502b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ auto Colors() {
return base::flat_map<MuteState, Vector>{
{
MuteState::ForceMuted,
Vector{ st::callIconBg->c, st::callIconBg->c }
Vector{ st::groupCallMembersBg->c, st::groupCallMembersBg->c }
},
{
MuteState::Active,