mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Change color
This commit is contained in:
parent
45b0b3cd97
commit
bde85a1378
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue