Skip to content

Commit 73ef811

Browse files
committed
fix: update snapshots
1 parent 994ffab commit 73ef811

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

packages/form/src/components/SelectInputFieldV2/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@ exports[`SelectInputField > should display right value on grouped options 1`] =
411411
}
412412
413413
.emotion-32 {
414+
display: -webkit-box;
415+
display: -webkit-flex;
416+
display: -ms-flexbox;
417+
display: flex;
414418
text-align: left;
415419
border: none;
416420
background-color: #ffffff;

packages/ui/src/components/SelectInputV2/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12655,6 +12655,8 @@ exports[`SelectInputV2 > renders correctly with function footer 1`] = `
1265512655
background: #ffffff;
1265612656
border: 1px solid #d9dadd;
1265712657
border-radius: 0.25rem;
12658+
box-shadow: 0px 0px 0px 3px #8c40ef40;
12659+
border: 1px solid #8c40ef;
1265812660
}
1265912661

1266012662
.emotion-23>.emotion-30 {

packages/ui/src/components/UnitInput/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,10 @@ exports[`UnitInput > renders click 1`] = `
10181018
}
10191019
10201020
.emotion-33 {
1021+
display: -webkit-box;
1022+
display: -webkit-flex;
1023+
display: -ms-flexbox;
1024+
display: flex;
10211025
text-align: left;
10221026
border: none;
10231027
background-color: #ffffff;

0 commit comments

Comments
 (0)