diff --git a/v2/cmd/wails/version.go b/v2/cmd/wails/version.go index 51a13de7c..4b19094e7 100644 --- a/v2/cmd/wails/version.go +++ b/v2/cmd/wails/version.go @@ -1,3 +1,3 @@ package main -var version = "v2.0.0-alpha.73" +var version = "v2.0.0-alpha.74" diff --git a/v2/internal/ffenestri/menu_darwin.c b/v2/internal/ffenestri/menu_darwin.c index 282d3331e..64d3b7434 100644 --- a/v2/internal/ffenestri/menu_darwin.c +++ b/v2/internal/ffenestri/menu_darwin.c @@ -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); } }