From 44a5f5b109fc46547ec085928da4f98c32fb8325 Mon Sep 17 00:00:00 2001 From: Silvia Pedersini Date: Wed, 14 Jun 2023 15:48:59 +0200 Subject: [PATCH] feat(data):add child bg for Left nav --- data/tokens.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/tokens.json b/data/tokens.json index 3ea52036..95af0e55 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -1351,6 +1351,11 @@ "type": "color", "description": "Navigation bar bg (FY23)" }, + "background-child": { + "value": "{colors.gray.750}", + "type": "color", + "description": "Navigation bar bg-child (FY23)" + }, "hover": { "value": "{colors.action.major.500}", "type": "color",