Digital ACT-191 CXTDT-626180 defect: Footnote Item - Padding issue fixed for the Symbol type ‘none'.

This commit is contained in:
Vasavi Kanamarlapudi 2024-10-22 14:43:36 +05:30
parent 539f10ffbf
commit a1236df9a9
2 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,7 @@ open class FootnoteItem: View {
// Update symbolLabel
symbolLabel.text = symbolType
symbolLabel.isHidden = hideSymbol
symbolLabel.isHidden = symbolType.isEmpty ? true : hideSymbol
symbolLabel.textColor = kind.colorConfiguration.getColor(self)
symbolLabel.textStyle = size.textStyle.regular
symbolLabel.surface = surface

View File

@ -2,6 +2,7 @@
----------------
- CXTDT-630735 - PriceLockup - Accessibility
- CXTDT-626164 - FootnoteGroup - Dark mode
- CXTDT-626180 - FootnoteItem - Symbol type padding
1.0.75
----------------