Update pebble.app.js

pull/1639/head
sir-indy 2022-03-29 12:55:42 +01:00 committed by GitHub
parent 4658fb9743
commit f867c68340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function draw() {
// time
// white on red for battery warning
g.setColor(!batteryWarning ? g.theme.bg : '#f00');
g.setColor(!batteryWarning ? theme.bg : '#f00');
g.fillRect(0, h2, w, h3);
g.setFontLECO1976Regular42();