Change color

This commit is contained in:
Justin Mazzocchi 2021-02-11 20:46:39 -08:00
parent 45b0b3cd97
commit bde85a1378
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C

View file

@ -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