Skip to content

Commit

Permalink
Updates snapshots tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi-PV committed Jun 12, 2024
1 parent c2f5c2e commit d58d03e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 );
}
Expand Down

0 comments on commit d58d03e

Please sign in to comment.