From 907cf08400b711ed8864dc0844ccf4f08b237dfb Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 16 Jan 2023 17:48:06 -0500 Subject: [PATCH] Fix expand thread cell not adjusting to accent color pref --- Tusker/Screens/Conversation/ExpandThreadTableViewCell.swift | 2 +- Tusker/Screens/Conversation/ExpandThreadTableViewCell.xib | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tusker/Screens/Conversation/ExpandThreadTableViewCell.swift b/Tusker/Screens/Conversation/ExpandThreadTableViewCell.swift index ef2e21d9..3bdc9cd3 100644 --- a/Tusker/Screens/Conversation/ExpandThreadTableViewCell.swift +++ b/Tusker/Screens/Conversation/ExpandThreadTableViewCell.swift @@ -26,7 +26,7 @@ class ExpandThreadTableViewCell: UITableViewCell { threadLinkView = UIView() threadLinkView.translatesAutoresizingMaskIntoConstraints = false - threadLinkView.backgroundColor = tintColor.withAlphaComponent(0.5) + threadLinkView.backgroundColor = .tintColor.withAlphaComponent(0.5) threadLinkView.layer.cornerRadius = 2.5 contentView.addSubview(threadLinkView) threadLinkViewFullHeightConstraint = threadLinkView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor) diff --git a/Tusker/Screens/Conversation/ExpandThreadTableViewCell.xib b/Tusker/Screens/Conversation/ExpandThreadTableViewCell.xib index 7bfae8e3..744b89d1 100644 --- a/Tusker/Screens/Conversation/ExpandThreadTableViewCell.xib +++ b/Tusker/Screens/Conversation/ExpandThreadTableViewCell.xib @@ -31,7 +31,7 @@ @@ -74,7 +74,7 @@ - +