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