From ba9466f9a9bd9deb49a8f6d96dea0ed2e5c0877c Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Wed, 15 Jun 2022 11:50:27 +0300 Subject: [PATCH] PLANET-6811 Remove default duotones Ref: https://jira.greenpeace.org/browse/PLANET-6811 --- Our current `theme.json` option doesn't work in 6.0. You will probably see a validation error in your editor, because `null` is not yet reflected in the official schema, but it does seem to work without issues. --- theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.json b/theme.json index c26da79fb3..0e49151313 100644 --- a/theme.json +++ b/theme.json @@ -8,7 +8,7 @@ "customGradient": false, "defaultGradients": false, "defaultPalette": false, - "duotone": [], + "duotone": null, "palette": [ { "name": "Grey 80%",