feat(style): harmonize button color
This commit is contained in:
parent
83a7fc5cf8
commit
fce56f5088
3 changed files with 8 additions and 36 deletions
18
schema.json
18
schema.json
|
@ -115,33 +115,17 @@
|
|||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"color_hover": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"text_color": {
|
||||
"type": "string"
|
||||
},
|
||||
"text_color_hover": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"link",
|
||||
"content",
|
||||
"color",
|
||||
"text_color",
|
||||
"color_hover",
|
||||
"text_color_hover"
|
||||
"content"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue