Fix color

This commit is contained in:
Ali 2022-11-09 21:22:25 +04:00
parent 2f34966503
commit 8eb3d82257

View File

@ -2576,7 +2576,7 @@ class ChatListItemNode: ItemListRevealOptionsItemNode {
compoundHighlightingNode.updateRects([
finalTopRect,
finalBottomRect
], color: theme.itemHighlightedBackgroundColor.withMultipliedAlpha(0.5))
], color: theme.pinnedItemBackgroundColor.mixedWith(theme.unreadBadgeInactiveBackgroundColor, alpha: 0.1))
compoundTextButtonNode.frame = compoundHighlightingNode.frame
} else {