mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-08 22:09:29 +00:00
Set text color of apple folders
This commit is contained in:
@@ -234,8 +234,8 @@ private final class ItemNode: ASDisplayNode {
|
||||
self.shortTitleNode.visibility = title.enableAnimations
|
||||
|
||||
if themeUpdated || titleUpdated {
|
||||
self.titleNode.attributedText = title.attributedString(font: Font.medium(14.0), textColor: isSelected ? presentationData.theme.contextMenu.badgeForegroundColor : presentationData.theme.list.itemSecondaryTextColor)
|
||||
self.shortTitleNode.attributedText = shortTitle.attributedString(font: Font.medium(14.0), textColor: isSelected ? presentationData.theme.contextMenu.badgeForegroundColor : presentationData.theme.list.itemSecondaryTextColor)
|
||||
self.titleNode.attributedText = title.attributedString(font: Font.medium(14.0), textColor: isSelected ? presentationData.theme.rootController.tabBar.selectedTextColor : presentationData.theme.rootController.tabBar.textColor)
|
||||
self.shortTitleNode.attributedText = shortTitle.attributedString(font: Font.medium(14.0), textColor: isSelected ? presentationData.theme.rootController.tabBar.selectedTextColor : presentationData.theme.rootController.tabBar.textColor)
|
||||
|
||||
}
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user