Fix button colors
This commit is contained in:
parent
7c3d8b70ba
commit
1e311e3c36
@ -2511,16 +2511,16 @@
|
|||||||
"type": "expression"
|
"type": "expression"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fallback": "#FFFF00",
|
"fallback": "#DCDC03",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": 2,
|
"input": 2,
|
||||||
"output": "#BCC002"
|
"output": "#FCFF86"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": 4,
|
"input": 4,
|
||||||
"output": "#BCC002"
|
"output": "#FCFF86"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -2636,16 +2636,16 @@
|
|||||||
"type": "expression"
|
"type": "expression"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fallback": "#FFFF00",
|
"fallback": "#DCDC03",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": 2,
|
"input": 2,
|
||||||
"output": "#BCC002"
|
"output": "#FCFF86"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": 4,
|
"input": 4,
|
||||||
"output": "#BCC002"
|
"output": "#FCFF86"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -2761,16 +2761,16 @@
|
|||||||
"type": "expression"
|
"type": "expression"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fallback": "#0000FF",
|
"fallback": "#0A0AA4",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": 2,
|
"input": 2,
|
||||||
"output": "#0A0AA4"
|
"output": "#5D5DFF"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": 4,
|
"input": 4,
|
||||||
"output": "#0A0AA4"
|
"output": "#5D5DFF"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -3061,12 +3061,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"props": {
|
"props": {
|
||||||
"image": {
|
"image": {},
|
||||||
"icon": {
|
|
||||||
"color": "#000000",
|
|
||||||
"path": "material/sync_problem"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"style": {
|
"style": {
|
||||||
"classes": "Background-Styles/Controller"
|
"classes": "Background-Styles/Controller"
|
||||||
},
|
},
|
||||||
@ -3134,7 +3129,6 @@
|
|||||||
"grow": 1
|
"grow": 1
|
||||||
},
|
},
|
||||||
"props": {
|
"props": {
|
||||||
"currentTabIndex": 2,
|
|
||||||
"menuType": "modern",
|
"menuType": "modern",
|
||||||
"tabSize": {
|
"tabSize": {
|
||||||
"width": 1000
|
"width": 1000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user