Change bg color for error and root view

This commit is contained in:
SomeoneOnEarth
2023-12-16 22:02:19 +01:00
parent e6d5053ebb
commit ba5f90c682
2 changed files with 3 additions and 5 deletions

View File

@ -84,11 +84,10 @@ class RootView extends ScalableView {
}
function onUpdate(dc as Graphics.Dc) as Void {
var bg = 0x3B444C;
if(dc has :setAntiAlias) {
dc.setAntiAlias(true);
}
dc.setColor(Graphics.COLOR_WHITE, bg);
dc.setColor(Graphics.COLOR_WHITE, Graphics.COLOR_BLACK);
dc.clear();
if(mApp.homeAssistantMenuIsLoaded()) {