From 6ecad62b94c7deeb317195a3349ac7098bcbe9ad Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 4 Jun 2019 17:57:31 -0400 Subject: [PATCH] More dark mode fixes --- .../Compose/ComposeViewController.swift | 3 +- .../Screens/Compose/ComposeViewController.xib | 2 +- .../Preferences/Preferences.storyboard | 49 +++++++++---------- .../LargeAccountDetailView.swift | 2 +- .../ComposeStatusReplyView.xib | 22 ++++----- 5 files changed, 38 insertions(+), 40 deletions(-) diff --git a/Tusker/Screens/Compose/ComposeViewController.swift b/Tusker/Screens/Compose/ComposeViewController.swift index 2b7b4fb2..349e1530 100644 --- a/Tusker/Screens/Compose/ComposeViewController.swift +++ b/Tusker/Screens/Compose/ComposeViewController.swift @@ -135,12 +135,13 @@ class ComposeViewController: UIViewController { replyAvatarImageViewTopConstraint!.isActive = true let replyLabelContainer = UIView() + replyLabelContainer.backgroundColor = .clear replyLabelContainer.translatesAutoresizingMaskIntoConstraints = false let replyLabel = UILabel() replyLabel.translatesAutoresizingMaskIntoConstraints = false replyLabel.text = "In reply to \(inReplyTo.account.realDisplayName)" - replyLabel.textColor = .darkGray + replyLabel.textColor = .secondaryLabel replyLabelContainer.addSubview(replyLabel) NSLayoutConstraint.activate([ diff --git a/Tusker/Screens/Compose/ComposeViewController.xib b/Tusker/Screens/Compose/ComposeViewController.xib index 13adcc77..02fa6cf1 100644 --- a/Tusker/Screens/Compose/ComposeViewController.xib +++ b/Tusker/Screens/Compose/ComposeViewController.xib @@ -48,7 +48,7 @@ diff --git a/Tusker/Screens/Preferences/Preferences.storyboard b/Tusker/Screens/Preferences/Preferences.storyboard index af8c2d09..b59ecb7f 100644 --- a/Tusker/Screens/Preferences/Preferences.storyboard +++ b/Tusker/Screens/Preferences/Preferences.storyboard @@ -1,11 +1,10 @@ - - - - + + - + + @@ -20,10 +19,10 @@ - + - + - + - + - + - +