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": {
"width": "100%",
"height": "100%",
"bgcolor": "#111827",
"items": [
{
"name": "dashboard",

View File

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