mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
Fix color
This commit is contained in:
parent
2f34966503
commit
8eb3d82257
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user