From 3fde2b89a52e0b0522f01d14fdb0ec777ce37e2f Mon Sep 17 00:00:00 2001 From: juninhokaponne Date: Fri, 19 Apr 2024 09:57:48 -0300 Subject: [PATCH] TEC-4292: added the new color to the file Colors.ts --- src/tokens/colors.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tokens/colors.ts b/src/tokens/colors.ts index 5592e85..a736e8e 100644 --- a/src/tokens/colors.ts +++ b/src/tokens/colors.ts @@ -30,6 +30,7 @@ const Colors: ThemeColors = { action200: '#088A66', action300: '#0D6F53', action400: '#125341', + action500: '#866EAF', }, brand: { brand100: '#CE2A36',