From 06d4982220069398544768f1b322204041c33b1d Mon Sep 17 00:00:00 2001 From: Yayo Date: Fri, 23 Feb 2024 11:51:13 +0100 Subject: [PATCH] fix navbar divider color --- tokens/tu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/tu.json b/tokens/tu.json index c6ceddfd04..1b324c32d5 100644 --- a/tokens/tu.json +++ b/tokens/tu.json @@ -351,9 +351,9 @@ "description": "white" }, "navigationBarDivider": { - "value": "{palette.grey2}", + "value": "{palette.primary}", "type": "color", - "description": "grey2" + "description": "primary" }, "badge": { "value": "{palette.blue}",