2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Changed color of some sensitive menu items to attention one.

This commit is contained in:
23rd
2022-03-30 19:52:33 +03:00
committed by John Preston
parent ae25804d83
commit 06d17c6b2c
6 changed files with 24 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ void MuteItem::paintEvent(QPaintEvent *e) {
const auto progress = _animation.value(_isMuted ? 1. : 0.);
const auto color = anim::color(
st::settingsIconBg1,
st::menuIconAttentionColor,
st::settingsIconBg2,
progress);
p.setPen(color);