From fe17e264e31fbaac961638ff07275cc0046f5216 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Fri, 1 Nov 2024 12:20:02 -0500 Subject: [PATCH] Rebble Watchface: Possibly fix steps counter text white when it should be black. --- apps/rebble/rebble.app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/rebble/rebble.app.js b/apps/rebble/rebble.app.js index 3f97dc5cb..68cb909ef 100644 --- a/apps/rebble/rebble.app.js +++ b/apps/rebble/rebble.app.js @@ -219,6 +219,8 @@ Graphics.prototype.setFontKdamThmor = function(scale) { } let drawSideBar2Alt=function() { + setTextColor(); + // steps g.drawImage(boot_img, 113, 59, { scale: 1 }); setSmallFont();