From 1a4177f3d678f640d426e21ed48900d0fc63fc91 Mon Sep 17 00:00:00 2001 From: Thejus G <> Date: Sat, 1 Feb 2025 12:28:25 +0530 Subject: [PATCH] [CHANGELOG]first time fork and commit. --- Sources/SkyFloatingLabelTextFieldWithIcon.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SkyFloatingLabelTextFieldWithIcon.swift b/Sources/SkyFloatingLabelTextFieldWithIcon.swift index 8bcc9da9..bf3af3da 100644 --- a/Sources/SkyFloatingLabelTextFieldWithIcon.swift +++ b/Sources/SkyFloatingLabelTextFieldWithIcon.swift @@ -39,7 +39,7 @@ open class SkyFloatingLabelTextFieldWithIcon: SkyFloatingLabelTextField { open var iconType: IconType = .font { didSet { - updateIconViewHiddenState() + updateIconViewHiddenState() } }