Merge branch 'bugfix/CXTDT-626180' into 'develop'
Footnote Item - Padding issue fixed for the Symbol type ‘none' See merge request BPHV_MIPS/vds_ios!320
This commit is contained in:
commit
762868609b
@ -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