Rebble Watchface: Possibly fix steps counter text white when it should be black.

pull/3636/head
Cyberarm 2024-11-01 12:20:02 -05:00 committed by GitHub
parent 7da28950e6
commit fe17e264e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ Graphics.prototype.setFontKdamThmor = function(scale) {
}
let drawSideBar2Alt=function() {
setTextColor();
// steps
g.drawImage(boot_img, 113, 59, { scale: 1 });
setSmallFont();