Compare commits

...

2 commits

Author SHA1 Message Date
Lea Anthony
41f35be437
v2.0.0-alpha.74 2022-02-26 15:51:33 +11:00
Lea Anthony
565eb815b2 Fix BGCol issue 2022-02-26 14:10:01 +11:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
package main
var version = "v2.0.0-alpha.73"
var version = "v2.0.0-alpha.74"

View file

@ -659,7 +659,7 @@ id createAttributedStringFromStyledLabel(JsonNode *styledLabel, const char* font
(CGFloat)g / (CGFloat)255.0,
(CGFloat)b / (CGFloat)255.0,
(CGFloat)a / (CGFloat)255.0);
msg_id_id(dictionary, s("setObject:forKey:"), colour, NSForegroundColorAttributeName);
msg_id_id(dictionary, s("setObject:forKey:"), colour, NSBackgroundColorAttributeName);
}
}