mirror of https://github.com/espruino/BangleApps
Rebble Watchface: Possibly fix steps counter text white when it should be black.
parent
7da28950e6
commit
fe17e264e3
|
@ -219,6 +219,8 @@ Graphics.prototype.setFontKdamThmor = function(scale) {
|
|||
}
|
||||
|
||||
let drawSideBar2Alt=function() {
|
||||
setTextColor();
|
||||
|
||||
// steps
|
||||
g.drawImage(boot_img, 113, 59, { scale: 1 });
|
||||
setSmallFont();
|
||||
|
|
Loading…
Reference in New Issue