mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +00:00
Fix color
This commit is contained in:
parent
2f34966503
commit
8eb3d82257
@ -2576,7 +2576,7 @@ class ChatListItemNode: ItemListRevealOptionsItemNode {
|
|||||||
compoundHighlightingNode.updateRects([
|
compoundHighlightingNode.updateRects([
|
||||||
finalTopRect,
|
finalTopRect,
|
||||||
finalBottomRect
|
finalBottomRect
|
||||||
], color: theme.itemHighlightedBackgroundColor.withMultipliedAlpha(0.5))
|
], color: theme.pinnedItemBackgroundColor.mixedWith(theme.unreadBadgeInactiveBackgroundColor, alpha: 0.1))
|
||||||
|
|
||||||
compoundTextButtonNode.frame = compoundHighlightingNode.frame
|
compoundTextButtonNode.frame = compoundHighlightingNode.frame
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user