Merge branch 'develop' into vasavk/listUnordered
This commit is contained in:
commit
58850aeb6e
@ -207,7 +207,7 @@ open class FootnoteItem: View {
|
|||||||
|
|
||||||
// Update symbolLabel
|
// Update symbolLabel
|
||||||
symbolLabel.text = symbolType
|
symbolLabel.text = symbolType
|
||||||
symbolLabel.isHidden = hideSymbol
|
symbolLabel.isHidden = symbolType.isEmpty ? true : hideSymbol
|
||||||
symbolLabel.textColor = kind.colorConfiguration.getColor(self)
|
symbolLabel.textColor = kind.colorConfiguration.getColor(self)
|
||||||
symbolLabel.textStyle = size.textStyle.regular
|
symbolLabel.textStyle = size.textStyle.regular
|
||||||
symbolLabel.surface = surface
|
symbolLabel.surface = surface
|
||||||
|
|||||||
@ -3,6 +3,8 @@
|
|||||||
- ONEAPP-11355 - ListUnordered - Finished Development
|
- ONEAPP-11355 - ListUnordered - Finished Development
|
||||||
- CXTDT-630735 - PriceLockup - Accessibility
|
- CXTDT-630735 - PriceLockup - Accessibility
|
||||||
- CXTDT-626164 - FootnoteGroup - Dark mode
|
- CXTDT-626164 - FootnoteGroup - Dark mode
|
||||||
|
- CXTDT-626180 - FootnoteItem - Symbol type padding
|
||||||
|
- CXTDT-586383 - Table - Line style can be selected for each row.
|
||||||
|
|
||||||
1.0.75
|
1.0.75
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user