diff --git a/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap b/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap index 0940e65214f..21243c4db01 100644 --- a/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap +++ b/packages/components/tests/__snapshots__/IconAIFixesButtonTest.js.snap @@ -35,9 +35,6 @@ exports[`the pressed IconAIFixesButton matches the snapshot 1`] = ` .c1 { overflow: hidden; border: none; - border-image: none; - -webkit-clip-path: inset(0 round 3px); - clip-path: inset(0 round 3px); background-image: linear-gradient(to bottom right,#A61E69,#3B82F6) !important; box-shadow: inset 0 -2px 0 #B94986; } @@ -91,10 +88,7 @@ exports[`the unpressed IconAIFixesButton matches the snapshot 1`] = ` .c1 { overflow: hidden; - border: 1px solid transparent; - border-image: linear-gradient(to bottom right,#CD82AB,#93C5FD) 1; - -webkit-clip-path: inset(0 round 3px); - clip-path: inset(0 round 3px); + border: 1px solid #A5B4FC; background-image: linear-gradient(to bottom right,#FAF3F7,#EFF6FF) !important; box-shadow: 0 1px 0 rgba( 204,204,204,0.7 ); }