From d2301dd8963013ecd7eaa71d26c57228ce4b8eb6 Mon Sep 17 00:00:00 2001
From: Mustafa Merza <mustafa.merza95@gmail.com>
Date: Thu, 15 Aug 2024 14:19:41 +0300
Subject: [PATCH] - Fixed icons colors.

---
 .../EditViewController/EditViewController.swift        | 10 ++++++++++
 .../Modules/EditViewController/EditViewController.xib  |  5 ++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/MiniScanner/Modules/EditViewController/EditViewController.swift b/MiniScanner/Modules/EditViewController/EditViewController.swift
index 0cc9eeb..102ae0e 100644
--- a/MiniScanner/Modules/EditViewController/EditViewController.swift
+++ b/MiniScanner/Modules/EditViewController/EditViewController.swift
@@ -49,6 +49,11 @@ public class EditViewController: UIViewController, ScanSessionSharable, ScanSess
     @IBOutlet weak var shareTypeLabel: UILabel!
     @IBOutlet weak var shareTypeButton: UIButton!
     
+    @IBOutlet weak var cropImageView: UIImageView!
+    @IBOutlet weak var editImageView: UIImageView!
+    @IBOutlet weak var exportTextImageView: UIImageView!
+    @IBOutlet weak var signatureImageView: UIImageView!
+    
     @Inject var addScanSessionUseCase: AddScanSessionUseCase
     @Inject var updateScanSessionUseCase: UpdateScanSessionUseCase
     
@@ -213,6 +218,11 @@ public class EditViewController: UIViewController, ScanSessionSharable, ScanSess
         exportTextLabel.set(color: .gray600)
         editLabel.set(color: .gray600)
         cropLabel.set(color: .gray600)
+        
+        cropImageView.customTint(.gray600)
+        editImageView.customTint(.gray600)
+        exportTextImageView.customTint(.gray600)
+        signatureImageView.customTint(.gray600)
     }
     
     private func setupFonts() {
diff --git a/MiniScanner/Modules/EditViewController/EditViewController.xib b/MiniScanner/Modules/EditViewController/EditViewController.xib
index be852e8..a43579b 100644
--- a/MiniScanner/Modules/EditViewController/EditViewController.xib
+++ b/MiniScanner/Modules/EditViewController/EditViewController.xib
@@ -24,10 +24,13 @@
                 <outlet property="banner" destination="4ep-ST-cZS" id="WFR-ov-H7F"/>
                 <outlet property="continueButton" destination="jE5-UT-fB1" id="v74-7i-T0B"/>
                 <outlet property="cropButtonsStackView" destination="wdV-Ba-DUC" id="qrs-h0-3Ae"/>
+                <outlet property="cropImageView" destination="5y9-RT-Mya" id="AgH-oc-1r4"/>
                 <outlet property="cropLabel" destination="fB8-gh-FgW" id="Lm5-hr-Iol"/>
                 <outlet property="directShareLabel" destination="ORg-21-KNr" id="DGs-oM-LA7"/>
                 <outlet property="editButtonsStackView" destination="718-GQ-BuB" id="VRt-hy-LE3"/>
+                <outlet property="editImageView" destination="ooZ-SP-MTR" id="IAI-aM-gJk"/>
                 <outlet property="editLabel" destination="qsI-va-wrT" id="bgi-CV-nVT"/>
+                <outlet property="exportTextImageView" destination="mvC-Zj-Plh" id="ZmH-ty-zRy"/>
                 <outlet property="exportTextLabel" destination="7JD-iL-DeH" id="rkg-DS-xq4"/>
                 <outlet property="nextPageButton" destination="Zhd-7n-Vkh" id="Mih-BG-xEl"/>
                 <outlet property="pageIndex" destination="cqF-h7-7PR" id="KbK-o3-cPN"/>
@@ -37,6 +40,7 @@
                 <outlet property="saveCropButton" destination="oHb-tw-dkv" id="xUA-La-bKm"/>
                 <outlet property="shareTypeButton" destination="U1b-fk-5ai" id="TCj-8k-BM3"/>
                 <outlet property="shareTypeLabel" destination="qEE-VR-2hN" id="hHr-fI-kg4"/>
+                <outlet property="signatureImageView" destination="VaC-Qb-0cF" id="ohn-pe-WCf"/>
                 <outlet property="signatureLabel" destination="wyA-kN-C8j" id="MsC-hs-DpR"/>
                 <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
             </connections>
@@ -301,7 +305,6 @@
                                     <subviews>
                                         <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="edit-ic" translatesAutoresizingMaskIntoConstraints="NO" id="ooZ-SP-MTR">
                                             <rect key="frame" x="32.333333333333336" y="12" width="35.000000000000007" height="35"/>
-                                            <color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                             <constraints>
                                                 <constraint firstAttribute="width" constant="35" id="Kx2-wR-oZT"/>
                                                 <constraint firstAttribute="height" constant="35" id="O8q-pH-0fM"/>
-- 
GitLab