Skip to content

Commit 3eb7c18

Browse files
authored
refactor(assistant): Replace hardcoded color with Fluent UI token for protected message (#8713)
Update protected message color
1 parent d844ee8 commit 3eb7c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/chatbot/src/lib/ui/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const useChatbotStyles = makeStyles({
146146
fontSize: '10.5px',
147147
display: 'flex',
148148
fontWeight: tokens.fontWeightBold,
149-
color: '#489d42', // Keep original green
149+
color: tokens.colorPaletteGreenBorderActive,
150150
lineHeight: '12px',
151151
},
152152

0 commit comments

Comments
 (0)