messagesoverlay - Use correct color for border between title and message

pull/3307/head
Martin Boonk 2024-03-29 17:52:24 +01:00
parent f3c0991dfa
commit 5c8817e86a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ let roundedRect = function(ovr, x,y,w,h,filled){
};
let drawScreen = function(ovr, title, titleFont, src, iconcolor, icon){
ovr.setBgColor(ovr.theme.bg2);
ovr.setBgColor(ovr.theme.bg);
ovr.clearRect(2,2,ovr.getWidth()-3,37);
ovr.drawRect(2,38,ovr.getWidth()-2,39);