File tree Expand file tree Collapse file tree 2 files changed +1605
-1584
lines changed
apps/fretonator-web/src/app
pages/home/home-index/__snapshots__ Expand file tree Collapse file tree 2 files changed +1605
-1584
lines changed Original file line number Diff line number Diff line change 2
2
3
3
exports [` HeaderComponent should match snapshot 1` ] = `
4
4
<app-header
5
+ darkColorMode = { [Function Boolean ]}
5
6
isMenuVisible = " false"
7
+ toggleColorMode = { [Function EventEmitter ]}
6
8
>
7
9
<header
8
10
class = " header"
@@ -61,6 +63,27 @@ exports[`HeaderComponent should match snapshot 1`] = `
61
63
</app-logo-no-text >
62
64
</span >
63
65
</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 >
64
87
</div >
65
88
<ul
66
89
aria-expanded = " false"
You can’t perform that action at this time.
0 commit comments