Skip to content

Commit 5ddf81f

Browse files
committed
Fix snapshots
1 parent 2deb2cb commit 5ddf81f

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,25 +178,25 @@ exports[`ActionList.Item renders consistently 1`] = `
178178
}
179179
180180
.c1[data-is-active-descendant='activated-directly'] {
181-
background: rgba(54,77,100,0.16);
181+
background: rgba(208,215,222,0.48);
182182
}
183183
184184
.c1[data-is-active-descendant='activated-indirectly'] {
185-
background: rgba(46,77,108,0.06);
185+
background: rgba(208,215,222,0.32);
186186
}
187187
188188
.c1:focus {
189-
background: rgba(54,77,100,0.16);
189+
background: rgba(208,215,222,0.48);
190190
outline: none;
191191
}
192192
193193
.c1:active {
194-
background: rgba(54,77,100,0.16);
194+
background: rgba(208,215,222,0.48);
195195
}
196196
197197
@media (hover:hover) and (pointer:fine) {
198198
.c1:hover {
199-
background: var(--item-hover-bg-override,rgba(46,77,108,0.06));
199+
background: var( --item-hover-bg-override,rgba(208,215,222,0.32) );
200200
cursor: pointer;
201201
}
202202
}

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -436,20 +436,20 @@ Array [
436436
}
437437
438438
.c4[data-is-active-descendant='activated-directly'] {
439-
background: rgba(54,77,100,0.16);
439+
background: rgba(208,215,222,0.48);
440440
}
441441
442442
.c4[data-is-active-descendant='activated-indirectly'] {
443-
background: rgba(46,77,108,0.06);
443+
background: rgba(208,215,222,0.32);
444444
}
445445
446446
.c4:focus {
447-
background: rgba(54,77,100,0.16);
447+
background: rgba(208,215,222,0.48);
448448
outline: none;
449449
}
450450
451451
.c4:active {
452-
background: rgba(54,77,100,0.16);
452+
background: rgba(208,215,222,0.48);
453453
}
454454
455455
.c5 {
@@ -500,7 +500,7 @@ Array [
500500
501501
@media (hover:hover) and (pointer:fine) {
502502
.c4:hover {
503-
background: var(--item-hover-bg-override,rgba(46,77,108,0.06));
503+
background: var( --item-hover-bg-override,rgba(208,215,222,0.32) );
504504
cursor: pointer;
505505
}
506506
}
@@ -1182,20 +1182,20 @@ Array [
11821182
}
11831183
11841184
.c4[data-is-active-descendant='activated-directly'] {
1185-
background: rgba(54,77,100,0.16);
1185+
background: rgba(208,215,222,0.48);
11861186
}
11871187
11881188
.c4[data-is-active-descendant='activated-indirectly'] {
1189-
background: rgba(46,77,108,0.06);
1189+
background: rgba(208,215,222,0.32);
11901190
}
11911191
11921192
.c4:focus {
1193-
background: rgba(54,77,100,0.16);
1193+
background: rgba(208,215,222,0.48);
11941194
outline: none;
11951195
}
11961196
11971197
.c4:active {
1198-
background: rgba(54,77,100,0.16);
1198+
background: rgba(208,215,222,0.48);
11991199
}
12001200
12011201
.c5 {
@@ -1221,7 +1221,7 @@ Array [
12211221
12221222
@media (hover:hover) and (pointer:fine) {
12231223
.c4:hover {
1224-
background: var(--item-hover-bg-override,rgba(46,77,108,0.06));
1224+
background: var( --item-hover-bg-override,rgba(208,215,222,0.32) );
12251225
cursor: pointer;
12261226
}
12271227
}
@@ -1851,20 +1851,20 @@ Array [
18511851
}
18521852
18531853
.c4[data-is-active-descendant='activated-directly'] {
1854-
background: rgba(54,77,100,0.16);
1854+
background: rgba(208,215,222,0.48);
18551855
}
18561856
18571857
.c4[data-is-active-descendant='activated-indirectly'] {
1858-
background: rgba(46,77,108,0.06);
1858+
background: rgba(208,215,222,0.32);
18591859
}
18601860
18611861
.c4:focus {
1862-
background: rgba(54,77,100,0.16);
1862+
background: rgba(208,215,222,0.48);
18631863
outline: none;
18641864
}
18651865
18661866
.c4:active {
1867-
background: rgba(54,77,100,0.16);
1867+
background: rgba(208,215,222,0.48);
18681868
}
18691869
18701870
.c5 {
@@ -1890,7 +1890,7 @@ Array [
18901890
18911891
@media (hover:hover) and (pointer:fine) {
18921892
.c4:hover {
1893-
background: var(--item-hover-bg-override,rgba(46,77,108,0.06));
1893+
background: var( --item-hover-bg-override,rgba(208,215,222,0.32) );
18941894
cursor: pointer;
18951895
}
18961896
}
@@ -2520,20 +2520,20 @@ Array [
25202520
}
25212521
25222522
.c4[data-is-active-descendant='activated-directly'] {
2523-
background: rgba(54,77,100,0.16);
2523+
background: rgba(208,215,222,0.48);
25242524
}
25252525
25262526
.c4[data-is-active-descendant='activated-indirectly'] {
2527-
background: rgba(46,77,108,0.06);
2527+
background: rgba(208,215,222,0.32);
25282528
}
25292529
25302530
.c4:focus {
2531-
background: rgba(54,77,100,0.16);
2531+
background: rgba(208,215,222,0.48);
25322532
outline: none;
25332533
}
25342534
25352535
.c4:active {
2536-
background: rgba(54,77,100,0.16);
2536+
background: rgba(208,215,222,0.48);
25372537
}
25382538
25392539
.c1 {
@@ -2549,7 +2549,7 @@ Array [
25492549
25502550
@media (hover:hover) and (pointer:fine) {
25512551
.c4:hover {
2552-
background: var(--item-hover-bg-override,rgba(46,77,108,0.06));
2552+
background: var( --item-hover-bg-override,rgba(208,215,222,0.32) );
25532553
cursor: pointer;
25542554
}
25552555
}
@@ -2963,20 +2963,20 @@ Array [
29632963
}
29642964
29652965
.c4[data-is-active-descendant='activated-directly'] {
2966-
background: rgba(54,77,100,0.16);
2966+
background: rgba(208,215,222,0.48);
29672967
}
29682968
29692969
.c4[data-is-active-descendant='activated-indirectly'] {
2970-
background: rgba(46,77,108,0.06);
2970+
background: rgba(208,215,222,0.32);
29712971
}
29722972
29732973
.c4:focus {
2974-
background: rgba(54,77,100,0.16);
2974+
background: rgba(208,215,222,0.48);
29752975
outline: none;
29762976
}
29772977
29782978
.c4:active {
2979-
background: rgba(54,77,100,0.16);
2979+
background: rgba(208,215,222,0.48);
29802980
}
29812981
29822982
.c1 {
@@ -2992,7 +2992,7 @@ Array [
29922992
29932993
@media (hover:hover) and (pointer:fine) {
29942994
.c4:hover {
2995-
background: var(--item-hover-bg-override,rgba(46,77,108,0.06));
2995+
background: var( --item-hover-bg-override,rgba(208,215,222,0.32) );
29962996
cursor: pointer;
29972997
}
29982998
}

0 commit comments

Comments
 (0)