fix: remove hardcoded dark colors from global_menu and mainpage
This commit is contained in:
parent
60033946ce
commit
459f00d995
@ -5,7 +5,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"bgcolor": "#111827",
|
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "dashboard",
|
"name": "dashboard",
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
"widgettype": "HBox",
|
"widgettype": "HBox",
|
||||||
"options":{
|
"options":{
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"width": "100%",
|
"width": "100%"
|
||||||
"bgcolor": "#0B1120"
|
|
||||||
},
|
},
|
||||||
"subwidgets":[
|
"subwidgets":[
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user