Skip to content

Commit

Permalink
Update more snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 2, 2022
1 parent 00e81fa commit f46c873
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ exports[`EnableCustomFieldsOption renders a checked checkbox and a confirmation
.emotion-0 {
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
font-size: 13px;
box-sizing: border-box;
}
.emotion-0 *,
.emotion-0 *::before,
.emotion-0 *::after {
box-sizing: inherit;
}
.emotion-2 {
Expand Down Expand Up @@ -67,6 +74,13 @@ exports[`EnableCustomFieldsOption renders a checked checkbox when custom fields
.emotion-0 {
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
font-size: 13px;
box-sizing: border-box;
}
.emotion-0 *,
.emotion-0 *::before,
.emotion-0 *::after {
box-sizing: inherit;
}
.emotion-2 {
Expand Down Expand Up @@ -116,6 +130,13 @@ exports[`EnableCustomFieldsOption renders an unchecked checkbox and a confirmati
.emotion-0 {
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
font-size: 13px;
box-sizing: border-box;
}
.emotion-0 *,
.emotion-0 *::before,
.emotion-0 *::after {
box-sizing: inherit;
}
.emotion-2 {
Expand Down Expand Up @@ -179,6 +200,13 @@ exports[`EnableCustomFieldsOption renders an unchecked checkbox when custom fiel
.emotion-0 {
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
font-size: 13px;
box-sizing: border-box;
}
.emotion-0 *,
.emotion-0 *::before,
.emotion-0 *::after {
box-sizing: inherit;
}
.emotion-2 {
Expand Down

0 comments on commit f46c873

Please sign in to comment.