Compare commits

..

No commits in common. "15a53964c5010f23b47d6efc3e761b8e970ca8ee" and "539f10ffbf62b23c76d2420c6477751edd298e5b" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -2,8 +2,6 @@
----------------
- CXTDT-630735 - PriceLockup - Accessibility
- 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
----------------