Merge branch 'mbruce/bugfix' into 'develop'

CXTDT-540077 - BadgeIndicator Font

See merge request BPHV_MIPS/vds_ios!202
This commit is contained in:
Bruce, Matt R 2024-04-10 20:10:30 +00:00
commit f0b445a528
2 changed files with 5 additions and 3 deletions

View File

@ -68,9 +68,7 @@ extension NSMutableAttributedString {
.paragraphStyle: paragraph]
//set letterSpacing
if textStyle.letterSpacing > 0.0 {
attributes[.kern] = textStyle.letterSpacing
}
attributes[.kern] = textStyle.letterSpacing
return NSMutableAttributedString(string: text, attributes: attributes)

View File

@ -1,3 +1,7 @@
1.0.59
----------------
- CXTDT-540077 - BadgeIndicator Font
1.0.58
----------------
- CXTDT-542341 - RadioButtonItem - disabled state color/borderWidth