From bde85a13788bcdd57065a81c9cb244370da133fe Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:46:39 -0800 Subject: [PATCH] Change color --- Views/UIKit/CapsuleLabel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/UIKit/CapsuleLabel.swift b/Views/UIKit/CapsuleLabel.swift index 48a28c8..c56e2e6 100644 --- a/Views/UIKit/CapsuleLabel.swift +++ b/Views/UIKit/CapsuleLabel.swift @@ -38,7 +38,7 @@ private extension CapsuleLabel { var inset: CGFloat { bounds.height / 2 } func initialSetup() { - backgroundColor = .tertiarySystemBackground + backgroundColor = .secondarySystemBackground textColor = .secondaryLabel font = UIFont.preferredFont(forTextStyle: .footnote) adjustsFontForContentSizeCategory = true