Update variable JSONs

This commit is contained in:
Jeremy Thomas
2019-10-13 16:31:23 +01:00
parent 817c676a79
commit d0c84b97c9
26 changed files with 299 additions and 97 deletions

View File

@@ -7,7 +7,7 @@
},
"$modal-background-background-color": {
"name": "$modal-background-background-color",
"value": "rgba($black, 0.86)",
"value": "rgba($scheme-invert, 0.86)",
"type": "color"
},
"$modal-content-width": {
@@ -107,7 +107,7 @@
},
"$modal-card-body-background-color": {
"name": "$modal-card-body-background-color",
"value": "$white",
"value": "$scheme-main",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"