Digital ACT-191 CXTDT-626164 defect: FootnoteGroup - Text not showing in Dark Mode

This commit is contained in:
Vasavi Kanamarlapudi 2024-10-21 15:26:58 +05:30
parent 942834ec3e
commit 47409d2905
2 changed files with 10 additions and 0 deletions

View File

@ -112,6 +112,12 @@ open class FootnoteGroup: View {
footnoteItems = [] 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() { internal func updateFootnoteItems() {
// symbol containers are as wide as the widest symbol container in the group. // symbol containers are as wide as the widest symbol container in the group.
var symbolMaxWidth = 0.0 var symbolMaxWidth = 0.0

View File

@ -1,3 +1,7 @@
1.0.76
----------------
- CXTDT-626164 - FootnoteGroup - Dark mode
1.0.75 1.0.75
---------------- ----------------
- CXTDT-624895 - Badge - Custom FillColor and TextColor - CXTDT-624895 - Badge - Custom FillColor and TextColor