Skip to content

Commit 2af1364

Browse files
committed
Update snapshots
1 parent c6e7e53 commit 2af1364

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/components/test/__snapshots__/index.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ exports[`Field renders 1`] = `
524524
border: 1px solid;
525525
border-radius: 4px;
526526
color: inherit;
527-
background-color: background;
527+
background-color: transparent;
528528
}
529529
530530
<div
@@ -765,7 +765,7 @@ exports[`Input renders 1`] = `
765765
border: 1px solid;
766766
border-radius: 4px;
767767
color: inherit;
768-
background-color: background;
768+
background-color: transparent;
769769
}
770770
771771
<input
@@ -1336,7 +1336,7 @@ exports[`Textarea renders 1`] = `
13361336
border: 1px solid;
13371337
border-radius: 4px;
13381338
color: inherit;
1339-
background-color: background;
1339+
background-color: transparent;
13401340
}
13411341
13421342
<textarea

packages/editor/test/__snapshots__/Combobox.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exports[`renders 1`] = `
4343
border: 1px solid;
4444
border-radius: 4px;
4545
color: inherit;
46-
background-color: background;
46+
background-color: transparent;
4747
}
4848
4949
.emotion-3 {

0 commit comments

Comments
 (0)