Compare commits
3 Commits
539f10ffbf
...
15a53964c5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15a53964c5 | ||
|
|
762868609b | ||
|
|
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,8 @@
|
||||
----------------
|
||||
- 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
|
||||
----------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user