Skip to content

Commit 81eaed4

Browse files
committed
fix: test snapshots
1 parent 56ff957 commit 81eaed4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/__Fixtures/plugins/screens/default-options--default-config.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ body::before {
77
font-family: "Source code Pro", ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
88
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
99
background-color: #111827;
10-
border-top-right-radius: 0.5rem;
1110
position: fixed;
1211
z-index: 2147483647;
12+
border-top-right-radius: 0.5rem;
1313
bottom: 0;
1414
left: 0
1515
}

tests/__Fixtures/plugins/screens/defined-options--defined-config--defined-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
font-family: 'Yolo';
66
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
77
background-color: #111827;
8-
border-top-right-radius: 0.5rem;
98
z-index: 1;
9+
border-bottom-left-radius: 0.5rem;
1010
top: 0;
1111
right: 100%;
1212
bottom: 5px

0 commit comments

Comments
 (0)