Merge branch 'mbruce/bugfix' into 'develop'
CXTDT-540077 - BadgeIndicator Font See merge request BPHV_MIPS/vds_ios!202
This commit is contained in:
commit
f0b445a528
@ -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)
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
1.0.59
|
||||
----------------
|
||||
- CXTDT-540077 - BadgeIndicator Font
|
||||
|
||||
1.0.58
|
||||
----------------
|
||||
- CXTDT-542341 - RadioButtonItem - disabled state color/borderWidth
|
||||
|
||||
Loading…
Reference in New Issue
Block a user