From bdb8321e7dea2964e4982b5de9b1743befc9fdb8 Mon Sep 17 00:00:00 2001 From: Carlos Castro Date: Wed, 21 Jan 2026 15:55:00 -0500 Subject: [PATCH] Update protected message color --- libs/chatbot/src/lib/ui/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/chatbot/src/lib/ui/styles.ts b/libs/chatbot/src/lib/ui/styles.ts index fce5c257d3d..17cd6c0ee46 100644 --- a/libs/chatbot/src/lib/ui/styles.ts +++ b/libs/chatbot/src/lib/ui/styles.ts @@ -146,7 +146,7 @@ export const useChatbotStyles = makeStyles({ fontSize: '10.5px', display: 'flex', fontWeight: tokens.fontWeightBold, - color: '#489d42', // Keep original green + color: tokens.colorPaletteGreenBorderActive, lineHeight: '12px', },