Skip to content

Commit

Permalink
fix(ChatButton): update ChatButton tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Feb 7, 2024
1 parent 058a432 commit e7a1c15
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/themes/src/g10.js
Expand Up @@ -263,9 +263,9 @@ export const chatPromptBorderEnd = rgba(gray10, 0);
export const chatBubbleUser = gray20;
export const chatBubbleAgent = white;
export const chatBubbleAgentBorder = gray20;
export const chatAvatarBot = blue60;
export const chatAvatarAgent = gray100;
export const chatAvatarUser = gray100;
export const chatAvatarBot = gray60;
export const chatAvatarAgent = gray80;
export const chatAvatarUser = blue60;

export {
// Type
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/src/g100.js
Expand Up @@ -268,9 +268,9 @@ export const chatPromptBorderEnd = rgba(gray90, 0);
export const chatBubbleUser = gray80;
export const chatBubbleAgent = gray90;
export const chatBubbleAgentBorder = gray70;
export const chatAvatarBot = blue50;
export const chatAvatarAgent = gray10;
export const chatAvatarUser = gray10;
export const chatAvatarBot = gray50;
export const chatAvatarAgent = gray30;
export const chatAvatarUser = blue50;

export {
// Type
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/src/g90.js
Expand Up @@ -269,9 +269,9 @@ export const chatPromptBorderEnd = rgba(gray90, 0);
export const chatBubbleUser = gray80;
export const chatBubbleAgent = gray90;
export const chatBubbleAgentBorder = gray70;
export const chatAvatarBot = blue50;
export const chatAvatarAgent = gray10;
export const chatAvatarUser = gray10;
export const chatAvatarBot = gray50;
export const chatAvatarAgent = gray30;
export const chatAvatarUser = blue50;

export {
// Type
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/src/white.js
Expand Up @@ -263,9 +263,9 @@ export const chatPromptBorderEnd = rgba(gray10, 0);
export const chatBubbleUser = gray20;
export const chatBubbleAgent = white;
export const chatBubbleAgentBorder = gray20;
export const chatAvatarBot = blue60;
export const chatAvatarAgent = gray100;
export const chatAvatarUser = gray100;
export const chatAvatarBot = gray60;
export const chatAvatarAgent = gray80;
export const chatAvatarUser = blue60;

// Type
export {
Expand Down

0 comments on commit e7a1c15

Please sign in to comment.