From d0713b5f1158a5ff2210ac8316c53b3cf91d7396 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Tue, 22 Sep 2020 15:56:12 -0700 Subject: [PATCH] Font size adjust: tint color should be label color --- App/Document Controls UI/FontSizeAdjustView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/Document Controls UI/FontSizeAdjustView.swift b/App/Document Controls UI/FontSizeAdjustView.swift index 641673b..cde934d 100644 --- a/App/Document Controls UI/FontSizeAdjustView.swift +++ b/App/Document Controls UI/FontSizeAdjustView.swift @@ -20,7 +20,7 @@ class FontSizeAdjustView: UIView labelView.textAlignment = .center labelView.text = "100%" - tintColor = .black + tintColor = .label decreaseSizeButton.setImage(UIImage(systemName: "minus"), for: .normal) increaseSizeButton.setImage(UIImage(systemName: "plus"), for: .normal)