mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various fixes
This commit is contained in:
@@ -356,6 +356,7 @@ public class ChatMessageDateAndStatusNode: ASDisplayNode {
|
||||
selectedBackground: themeColors.reactionActiveBackground.argb,
|
||||
deselectedForeground: themeColors.reactionInactiveForeground.argb,
|
||||
selectedForeground: themeColors.reactionActiveForeground.argb,
|
||||
selectedIconTintColor: 0,
|
||||
deselectedStarsBackground: themeColors.reactionStarsInactiveBackground.argb,
|
||||
selectedStarsBackground: themeColors.reactionStarsActiveBackground.argb,
|
||||
deselectedStarsForeground: themeColors.reactionStarsInactiveForeground.argb,
|
||||
@@ -374,6 +375,7 @@ public class ChatMessageDateAndStatusNode: ASDisplayNode {
|
||||
selectedBackground: themeColors.reactionActiveBackground.argb,
|
||||
deselectedForeground: themeColors.reactionInactiveForeground.argb,
|
||||
selectedForeground: themeColors.reactionActiveForeground.argb,
|
||||
selectedIconTintColor: 0,
|
||||
deselectedStarsBackground: themeColors.reactionStarsInactiveBackground.argb,
|
||||
selectedStarsBackground: themeColors.reactionStarsActiveBackground.argb,
|
||||
deselectedStarsForeground: themeColors.reactionStarsInactiveForeground.argb,
|
||||
|
||||
Reference in New Issue
Block a user