Skip to content

Commit

Permalink
Change 'blue' to 'indigo' in all AI branded components (Toast and AI …
Browse files Browse the repository at this point in the history
…sparkle buttons)

#1624
Fix color values.
  • Loading branch information
mykola committed Jun 14, 2024
1 parent dbcd2e0 commit 058dc43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/AIFixesButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const yoastPrimary50 = "#FAF3F7";
const yoastPrimary100 = "#F3E5ED";
const yoastPrimary400 = "#B94986";
const yoastPrimary500 = "#A61E69";
const yoastIndigo50 = "EEF2FF";
const yoastIndigo100 = "E0E7FF";
const yoastIndigo500 = "6366F1";
const yoastIndigo50 = "#EEF2FF";
const yoastIndigo100 = "#E0E7FF";
const yoastIndigo500 = "#6366F1";

const direction = "to bottom right";

Expand Down

0 comments on commit 058dc43

Please sign in to comment.