mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix color
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user