From fce56f5088e27c0865d3a2d03936039e1a21059a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 14 Nov 2024 14:58:05 +0100 Subject: feat(style): harmonize button color --- schema.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'schema.json') diff --git a/schema.json b/schema.json index 1ef362b..d84d5b2 100644 --- a/schema.json +++ b/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" ] } }, -- cgit v1.2.3