From 1a0f699027660cd12cfdc3198d083652ab460bd9 Mon Sep 17 00:00:00 2001 From: Mykola Shlyakhtun Date: Fri, 14 Jun 2024 13:12:15 +0300 Subject: [PATCH] Change 'blue' to 'indigo' in all AI branded components (Toast and AI sparkle buttons) #1624 Snapshot updated. --- .../tests/__snapshots__/IconAIFixesButtonTest.js.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap b/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap index 97341d37ef6..2ec0c849f66 100644 --- a/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap +++ b/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap @@ -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; }