mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fixed background color in Calls::TopBar for force muted state.
This commit is contained in:
parent
be9644c2ff
commit
8b2d75502b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue