This commit is contained in:
Isaac
2025-09-12 10:54:22 +02:00
parent 6ee1edc8b0
commit ebcd0557e5
76 changed files with 1352 additions and 1090 deletions

View File

@@ -442,7 +442,7 @@ public final class HashtagListItemComponent: Component {
}
if themeUpdated {
let accentColor = UIColor(rgb: 0x007aff)
let accentColor = UIColor(rgb: 0x0088ff)
self.separatorLayer.backgroundColor = component.theme.list.itemPlainSeparatorColor.cgColor
self.iconBackgroundLayer.backgroundColor = accentColor.cgColor
self.iconLayer.layerTintColor = UIColor.white.cgColor