From d1ea8d135c638d4df47dd15eecb5fb3024a5e271 Mon Sep 17 00:00:00 2001 From: Mustafa Merza <mustafa.merza95@gmail.com> Date: Wed, 14 Aug 2024 18:34:05 +0300 Subject: [PATCH] - Fixed ocr text view text color. --- MiniScanner/Modules/OCRViewController/OCRViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MiniScanner/Modules/OCRViewController/OCRViewController.swift b/MiniScanner/Modules/OCRViewController/OCRViewController.swift index 81844d0..01aa43c 100644 --- a/MiniScanner/Modules/OCRViewController/OCRViewController.swift +++ b/MiniScanner/Modules/OCRViewController/OCRViewController.swift @@ -100,6 +100,8 @@ class OCRViewController: UIViewController { directShareLabel.set(color: .gray600) ocrTextView.customBorderColor(.gray450) + + ocrTextView.textColor = ColorStyle.gray600.uiColor } private func setupFonts() { -- GitLab