From 47409d2905d3b60cc58a82581d4982b3be48f142 Mon Sep 17 00:00:00 2001 From: Vasavi Kanamarlapudi Date: Mon, 21 Oct 2024 15:26:58 +0530 Subject: [PATCH] Digital ACT-191 CXTDT-626164 defect: FootnoteGroup - Text not showing in Dark Mode --- VDS/Components/Footnote/FootnoteGroup.swift | 6 ++++++ VDS/SupportingFiles/ReleaseNotes.txt | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/VDS/Components/Footnote/FootnoteGroup.swift b/VDS/Components/Footnote/FootnoteGroup.swift index 4a2a00c7..9eb6a10d 100644 --- a/VDS/Components/Footnote/FootnoteGroup.swift +++ b/VDS/Components/Footnote/FootnoteGroup.swift @@ -111,6 +111,12 @@ open class FootnoteGroup: View { width = nil footnoteItems = [] } + + /// Used to make changes to the View based off a change events or from local properties. + open override func updateView() { + super.updateView() + updateFootnoteItems() + } internal func updateFootnoteItems() { // symbol containers are as wide as the widest symbol container in the group. diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index 6c854af8..663f0f5b 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,3 +1,7 @@ +1.0.76 +---------------- +- CXTDT-626164 - FootnoteGroup - Dark mode + 1.0.75 ---------------- - CXTDT-624895 - Badge - Custom FillColor and TextColor