Skip to content

Commit 7700292

Browse files
update snapshots
1 parent 6efb2f1 commit 7700292

File tree

2 files changed

+152
-147
lines changed

2 files changed

+152
-147
lines changed

src/__tests__/__snapshots__/TextInputWithTokens.test.tsx.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17848,6 +17848,11 @@ exports[`TextInputWithTokens renders with tokens using a custom token component
1784817848
border-color: hsla(var(--label-h),calc(var(--label-s) * 1%),calc((var(--label-l) - 25) * 1%),var(--border-alpha));
1784917849
}
1785017850
17851+
.c4:hover {
17852+
background-image: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15)),linear-gradient(rgb(var(--label-r),var(--label-g),var(--label-b)),rgb(var(--label-r),var(--label-g),var(--label-b)));
17853+
box-shadow: 0 3px 6px rgba(140,149,159,0.15);
17854+
}
17855+
1785117856
.c6 {
1785217857
background-color: transparent;
1785317858
font-family: inherit;

0 commit comments

Comments
 (0)