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
Snapshot updated.
  • Loading branch information
mykola committed Jun 14, 2024
1 parent 058dc43 commit 1a0f699
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ exports[`the pressed IconAIFixesButton matches the snapshot 1`] = `
.c1 {
overflow: hidden;
border: none;
background-image: linear-gradient(to bottom right,#A61E69,6366F1) !important;
background-image: linear-gradient(to bottom right,#A61E69,#6366F1) !important;
box-shadow: inset 0 -2px 0 #B94986;
}
.c1:hover {
background-image: linear-gradient(to bottom right,#A61E69,6366F1) !important;
background-image: linear-gradient(to bottom right,#A61E69,#6366F1) !important;
}
<button
Expand Down Expand Up @@ -91,12 +91,12 @@ exports[`the unpressed IconAIFixesButton matches the snapshot 1`] = `
.c1 {
overflow: hidden;
border: 1px solid #A5B4FC;
background-image: linear-gradient(to bottom right,#FAF3F7,EEF2FF) !important;
background-image: linear-gradient(to bottom right,#FAF3F7,#EEF2FF) !important;
box-shadow: 0 1px 0 rgba( 204,204,204,0.7 );
}
.c1:hover {
background-image: linear-gradient(to bottom right,#F3E5ED,E0E7FF) !important;
background-image: linear-gradient(to bottom right,#F3E5ED,#E0E7FF) !important;
}
<button
Expand Down

0 comments on commit 1a0f699

Please sign in to comment.