Digital ACT-191 CXTDT-626180 defect: Footnote Item - Padding issue fixed for the Symbol type ‘none'.
This commit is contained in:
parent
539f10ffbf
commit
a1236df9a9
@ -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
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
----------------
|
||||
- CXTDT-630735 - PriceLockup - Accessibility
|
||||
- CXTDT-626164 - FootnoteGroup - Dark mode
|
||||
- CXTDT-626180 - FootnoteItem - Symbol type padding
|
||||
|
||||
1.0.75
|
||||
----------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user