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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user