Skip to content

Commit

Permalink
Fix for v48 pt 2
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
tarngerine authored Dec 6, 2017
1 parent fbf11ac commit bf4d8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var onRun = function(context) {
[textLayer setFontPostscriptName: 'SF UI Text'];
[textLayer setLineHeight: labelLineHeight];

var color = [[MSImmutableColor colorWithRed:188/255 green:188/255 blue:188/255 alpha:1.0];
var color = [MSImmutableColor colorWithRed:188/255 green:188/255 blue:188/255 alpha:1.0];
[textLayer setTextColor: color];

labels.push(textLayer);
Expand Down

0 comments on commit bf4d8b0

Please sign in to comment.