File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/test/__snapshots__
editor/test/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ exports[`Field renders 1`] = `
524
524
border : 1px solid ;
525
525
border - radius : 4px ;
526
526
color : inherit ;
527
- background - color : background ;
527
+ background - color : transparent ;
528
528
}
529
529
530
530
<div
@@ -765,7 +765,7 @@ exports[`Input renders 1`] = `
765
765
border : 1px solid ;
766
766
border - radius : 4px ;
767
767
color : inherit ;
768
- background - color : background ;
768
+ background - color : transparent ;
769
769
}
770
770
771
771
<input
@@ -1336,7 +1336,7 @@ exports[`Textarea renders 1`] = `
1336
1336
border : 1px solid ;
1337
1337
border - radius : 4px ;
1338
1338
color : inherit ;
1339
- background - color : background ;
1339
+ background - color : transparent ;
1340
1340
}
1341
1341
1342
1342
<textarea
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ exports[`renders 1`] = `
43
43
border : 1px solid ;
44
44
border - radius : 4px ;
45
45
color : inherit ;
46
- background - color : background ;
46
+ background - color : transparent ;
47
47
}
48
48
49
49
.emotion-3 {
You can’t perform that action at this time.
0 commit comments