From a3df201ea8ec89df553f33d072f288aeb6b71886 Mon Sep 17 00:00:00 2001 From: Leonardo Di Vittorio Date: Thu, 17 Aug 2023 14:23:59 +0200 Subject: [PATCH] fix: add border secondary --- src/essentials/Colors/Colors.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/essentials/Colors/Colors.ts b/src/essentials/Colors/Colors.ts index b6ea9671d..0cee847af 100644 --- a/src/essentials/Colors/Colors.ts +++ b/src/essentials/Colors/Colors.ts @@ -81,6 +81,7 @@ export const SemanticColors = { }, border: { primary: Colors.AUTHENTIC_BLUE_200, + secondary: Colors.AUTHENTIC_BLUE_50, info: Colors.ACTION_BLUE_350, danger: Colors.NEGATIVE_ORANGE_350, success: Colors.POSITIVE_GREEN_350,