File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
__tests__/components/__snapshots__ Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ exports[`<Header /> component renders with DARK theme 1`] = `
130
130
131
131
@media (min-width:769px) {
132
132
.c5 {
133
- margin: 0.5 rem 0 0 1.5rem ;
133
+ margin: 0 0 0 1.5rem ;
134
134
}
135
135
}
136
136
@@ -379,7 +379,7 @@ exports[`<Header /> component renders with LIGHT theme 1`] = `
379
379
380
380
@media (min-width:769px) {
381
381
.c5 {
382
- margin: 0.5 rem 0 0 1.5rem ;
382
+ margin: 0 0 0 1.5rem ;
383
383
}
384
384
}
385
385
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ exports[`<Toggle /> renders JS toggle in DARK more 1`] = `
39
39
40
40
@media (min-width:769px) {
41
41
.c0 {
42
- margin: 0.5 rem 0 0 1.5rem ;
42
+ margin: 0 0 0 1.5rem ;
43
43
}
44
44
}
45
45
@@ -113,7 +113,7 @@ exports[`<Toggle /> renders JS toggle in LIGHT more 1`] = `
113
113
114
114
@media (min-width:769px) {
115
115
.c0 {
116
- margin: 0.5 rem 0 0 1.5rem ;
116
+ margin: 0 0 0 1.5rem ;
117
117
}
118
118
}
119
119
@@ -187,7 +187,7 @@ exports[`<Toggle /> renders the MODE toggle in DARK mode 1`] = `
187
187
188
188
@media (min-width:769px) {
189
189
.c0 {
190
- margin: 0.5 rem 0 0 1.5rem ;
190
+ margin: 0 0 0 1.5rem ;
191
191
}
192
192
}
193
193
@@ -255,7 +255,7 @@ exports[`<Toggle /> renders the MODE toggle in LIGHT mode 1`] = `
255
255
256
256
@media (min-width:769px) {
257
257
.c0 {
258
- margin: 0.5 rem 0 0 1.5rem ;
258
+ margin: 0 0 0 1.5rem ;
259
259
}
260
260
}
261
261
You can’t perform that action at this time.
0 commit comments