Fixed theme bug.

pull/1333/head
David Peer 2022-01-21 19:46:19 +01:00
parent fa870eff16
commit ab0c963e46
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ Bangle.loadWidgets();
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
// Clear the screen once, at startup and draw clock
g.setTheme({bg:"#fff",fg:"#000",dark:false}).clear();
// g.setTheme({bg:"#fff",fg:"#000",dark:false}).clear();
draw();
// After drawing the watch face, we can draw the widgets