From c397678a388835dcbaf2f8f558a3dc8212d6a736 Mon Sep 17 00:00:00 2001 From: Alex Bueno <44420072+aweell@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:25:53 +0200 Subject: [PATCH] Fix buttonLinkDangerBackgroundInverse --- tokens/tu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/tu.json b/tokens/tu.json index cbb8ad48d4..8867e7ff06 100644 --- a/tokens/tu.json +++ b/tokens/tu.json @@ -794,7 +794,7 @@ "description": "red10" }, "buttonLinkDangerBackgroundInverse": { - "value": "{palette.white}", + "value": "rgba({palette.white}, 0.01)", "type": "color", "description": "white" },