fix: remove hardcoded dark colors from global_menu and mainpage

This commit is contained in:
yumoqing 2026-05-28 16:14:02 +08:00
parent 60033946ce
commit 459f00d995
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
"options": { "options": {
"width": "100%", "width": "100%",
"height": "100%", "height": "100%",
"bgcolor": "#111827",
"items": [ "items": [
{ {
"name": "dashboard", "name": "dashboard",

View File

@ -2,8 +2,8 @@
"widgettype": "HBox", "widgettype": "HBox",
"options":{ "options":{
"height": "100%", "height": "100%",
"width": "100%", "width": "100%"
"bgcolor": "#0B1120"
}, },
"subwidgets":[ "subwidgets":[
{ {