From 146a501f3e8bf722e0f8cb30a5f93bbefa0068ac Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 7 Aug 2024 16:28:17 +0200 Subject: [PATCH] introducing primary-light color --- theme.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.json b/theme.json index 646bdd8..f25f784 100644 --- a/theme.json +++ b/theme.json @@ -39,6 +39,11 @@ "slug": "primary", "color": "#2F0154" }, + { + "name": "Primaire Light", + "slug": "primary-light", + "color": "#F4F2F6" + }, { "name": "Primaire Survol", "slug": "primary-hover",