Fix bg colors

This commit is contained in:
ismailgulek
2021-11-19 18:03:56 +03:00
parent ce89a7e392
commit 8169b4d48a
2 changed files with 2 additions and 3 deletions
@@ -29,10 +29,10 @@
<viewLayoutGuide key="safeArea" id="bFg-jh-JZB"/>
<color key="backgroundColor" red="0.94509803921568625" green="0.96078431372549022" blue="0.97254901960784312" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="X8K-NO-SQ3" firstAttribute="leading" secondItem="bFg-jh-JZB" secondAttribute="leading" id="BnL-lB-eXd"/>
<constraint firstItem="X8K-NO-SQ3" firstAttribute="top" secondItem="bFg-jh-JZB" secondAttribute="top" id="Mfw-In-peq"/>
<constraint firstAttribute="bottom" secondItem="X8K-NO-SQ3" secondAttribute="bottom" id="SIG-7P-2CK"/>
<constraint firstItem="bFg-jh-JZB" firstAttribute="trailing" secondItem="X8K-NO-SQ3" secondAttribute="trailing" id="WvE-5E-UNz"/>
<constraint firstItem="X8K-NO-SQ3" firstAttribute="leading" secondItem="EL9-GA-lwo" secondAttribute="leading" id="ehI-Nc-6di"/>
<constraint firstAttribute="trailing" secondItem="X8K-NO-SQ3" secondAttribute="trailing" id="hbZ-R8-8kH"/>
</constraints>
</view>
<connections>
@@ -56,7 +56,6 @@ extension ThreadTableViewCell: NibReusable {}
extension ThreadTableViewCell: Themable {
func update(theme: Theme) {
contentView.backgroundColor = theme.colors.background
rootMessageAvatarView.backgroundColor = .clear
rootMessageContentLabel.textColor = theme.colors.primaryContent
lastMessageTimeLabel.textColor = theme.colors.secondaryContent