Skip to content

Commit

Permalink
test: udpate snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mia (Jiyoung Yim) committed Jul 25, 2023
1 parent 710b915 commit f068f03
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports[`<DatePickerField /> when size is lg match snapshot 1`] = `
border-style: solid;
border-color: #00000026;
height: 50px;
border-radius: 2px;
border-radius: 4px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down Expand Up @@ -292,7 +292,7 @@ exports[`<DatePickerField /> when size is md match snapshot 1`] = `
border-style: solid;
border-color: #00000026;
height: 38px;
border-radius: 2px;
border-radius: 4px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down Expand Up @@ -543,7 +543,7 @@ exports[`<DatePickerField /> when size is sm match snapshot 1`] = `
border-style: solid;
border-color: #00000026;
height: 30px;
border-radius: 2px;
border-radius: 4px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports[`<NumericField /> when NumericField rendered match snapshot 1`] = `
text-align: center;
border-color: #00000026;
border-style: solid;
border-radius: 2px;
border-radius: 4px;
-moz-appearance: textfield;
}
Expand Down Expand Up @@ -132,7 +132,7 @@ exports[`<NumericField /> when NumericField rendered match snapshot 1`] = `
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
border-radius: 2px;
border-radius: 4px;
}
.emotion-4 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports[`<OperatorButton /> when OperatorButton rendered match snapshot 1`] = `
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
border-radius: 2px;
border-radius: 4px;
}
.emotion-1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports[`<RangePickerField /> when size is lg match snapshot 1`] = `
border-style: solid;
border-color: #00000026;
height: 50px;
border-radius: 2px;
border-radius: 4px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down Expand Up @@ -332,7 +332,7 @@ exports[`<RangePickerField /> when size is md match snapshot 1`] = `
border-style: solid;
border-color: #00000026;
height: 38px;
border-radius: 2px;
border-radius: 4px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down Expand Up @@ -603,7 +603,7 @@ exports[`<RangePickerField /> when size is sm match snapshot 1`] = `
border-style: solid;
border-color: #00000026;
height: 30px;
border-radius: 2px;
border-radius: 4px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports[`<SelectField /> when size is lg match snapshot 1`] = `
border-width: 1px;
border-style: solid;
border-color: #00000026;
border-radius: 2px;
border-radius: 4px;
background-color: #ffffff;
}
Expand Down Expand Up @@ -280,7 +280,7 @@ exports[`<SelectField /> when size is md match snapshot 1`] = `
border-width: 1px;
border-style: solid;
border-color: #00000026;
border-radius: 2px;
border-radius: 4px;
background-color: #ffffff;
}
Expand Down Expand Up @@ -489,7 +489,7 @@ exports[`<SelectField /> when size is sm match snapshot 1`] = `
border-width: 1px;
border-style: solid;
border-color: #00000026;
border-radius: 2px;
border-radius: 4px;
background-color: #ffffff;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports[`<TableSearchOption /> when width is 1200px match snapshot 1`] = `
border-width: 1px;
border-style: solid;
border-color: #00000026;
border-radius: 2px;
border-radius: 4px;
background-color: #ffffff;
}
Expand Down Expand Up @@ -326,7 +326,7 @@ exports[`<TableSearchOption /> when width is default match snapshot 1`] = `
border-width: 1px;
border-style: solid;
border-color: #00000026;
border-radius: 2px;
border-radius: 4px;
background-color: #ffffff;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ exports[`<TableSearch /> when component is rendering match snapshot 1`] = `
border-width: 1px;
border-style: solid;
border-color: #00000026;
border-radius: 2px;
border-radius: 4px;
background-color: #ffffff;
}
Expand Down

0 comments on commit f068f03

Please sign in to comment.