File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/fretonator-web/src/app/pages/home/home-index/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,11 @@ exports[`HomeIndexComponent should create 1`] = `
174
174
175
175
<app-chip
176
176
rounded = " true"
177
- selectedcolor = " grey "
177
+ selectedcolor = " muted "
178
178
>
179
179
<a
180
180
aria-label = " C Ionian (Major)"
181
- class = " chip chip--active chip--round chip--grey "
181
+ class = " chip chip--active chip--round chip--muted "
182
182
href = " /c/natural/ionian"
183
183
>
184
184
C
@@ -187,11 +187,11 @@ exports[`HomeIndexComponent should create 1`] = `
187
187
188
188
<app-chip
189
189
rounded = " true"
190
- selectedcolor = " grey "
190
+ selectedcolor = " muted "
191
191
>
192
192
<a
193
193
aria-label = " C sharp Ionian (Major)"
194
- class = " chip chip--round chip--grey "
194
+ class = " chip chip--round chip--muted "
195
195
href = " /c/sharp/ionian"
196
196
>
197
197
C#
You can’t perform that action at this time.
0 commit comments