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

Update icons for folders.

This commit is contained in:
John Preston
2022-03-04 14:25:25 +04:00
parent 37e5157d5a
commit a6d59fccf4
239 changed files with 72 additions and 61 deletions

View File

@@ -300,7 +300,9 @@ void FilterRowButton::paintEvent(QPaintEvent *e) {
st::settingsFilterIconLeft,
(height() - icon->height()) / 2,
width(),
(over ? st::menuIconFgOver : st::menuIconFg)->c);
(over
? st::dialogsUnreadBgMutedOver
: st::dialogsUnreadBgMuted)->c);
}
}