mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-25 17:50:59 +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 }
|
var inset: CGFloat { bounds.height / 2 }
|
||||||
|
|
||||||
func initialSetup() {
|
func initialSetup() {
|
||||||
backgroundColor = .tertiarySystemBackground
|
backgroundColor = .secondarySystemBackground
|
||||||
textColor = .secondaryLabel
|
textColor = .secondaryLabel
|
||||||
font = UIFont.preferredFont(forTextStyle: .footnote)
|
font = UIFont.preferredFont(forTextStyle: .footnote)
|
||||||
adjustsFontForContentSizeCategory = true
|
adjustsFontForContentSizeCategory = true
|
||||||
|
|
Loading…
Reference in a new issue