From 041e7dde6983eb025ead6f6d021cf3aad059b56b Mon Sep 17 00:00:00 2001 From: Yayo Date: Wed, 3 Jul 2024 10:00:57 +0200 Subject: [PATCH] Use grey5 in textAppBar to fix contrast problems --- tokens/vivo-new.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/vivo-new.json b/tokens/vivo-new.json index ea0139fd91..7b71456c83 100644 --- a/tokens/vivo-new.json +++ b/tokens/vivo-new.json @@ -571,9 +571,9 @@ "description": "white" }, "textAppBar": { - "value": "{palette.grey4}", + "value": "{palette.grey5}", "type": "color", - "description": "grey4" + "description": "grey5" }, "textAppBarSelected": { "value": "{palette.vivoPurple}",