mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Improve level meter design in group call settings.
This commit is contained in:
parent
ef61443342
commit
3d76e6de55
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ groupCallLevelMeter: LevelMeter(defaultLevelMeter) {
|
||||||
lineSpacing: 5px;
|
lineSpacing: 5px;
|
||||||
lineCount: 44;
|
lineCount: 44;
|
||||||
activeFg: groupCallActiveFg;
|
activeFg: groupCallActiveFg;
|
||||||
inactiveFg: groupCallMemberNotJoinedStatus;
|
inactiveFg: groupCallMembersBgRipple;
|
||||||
}
|
}
|
||||||
groupCallCheckboxIcon: icon {{ "default_checkbox_check", groupCallMembersFg, point(4px, 7px) }};
|
groupCallCheckboxIcon: icon {{ "default_checkbox_check", groupCallMembersFg, point(4px, 7px) }};
|
||||||
groupCallCheck: Check(defaultCheck) {
|
groupCallCheck: Check(defaultCheck) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue