Skip to content

Commit 30fc30e

Browse files
Update snapshots
1 parent 563d999 commit 30fc30e

File tree

2 files changed

+1605
-1584
lines changed

2 files changed

+1605
-1584
lines changed

apps/fretonator-web/src/app/common/header/__snapshots__/header.component.spec.ts.snap

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
exports[`HeaderComponent should match snapshot 1`] = `
44
<app-header
5+
darkColorMode={[Function Boolean]}
56
isMenuVisible="false"
7+
toggleColorMode={[Function EventEmitter]}
68
>
79
<header
810
class="header"
@@ -61,6 +63,27 @@ exports[`HeaderComponent should match snapshot 1`] = `
6163
</app-logo-no-text>
6264
</span>
6365
</a>
66+
<div
67+
class="toggle__container"
68+
>
69+
<button
70+
class="theme__toggle"
71+
>
72+
73+
<app-moon-svg>
74+
<svg
75+
class="svg"
76+
viewBox="0 0 512 512"
77+
xmlns="http://www.w3.org/2000/svg"
78+
>
79+
<path
80+
d="M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z"
81+
/>
82+
</svg>
83+
</app-moon-svg>
84+
85+
</button>
86+
</div>
6487
</div>
6588
<ul
6689
aria-expanded="false"

0 commit comments

Comments
 (0)