Skip to content

Commit e695393

Browse files
author
Salma Alam-Naylor
committed
Updated snapshot
1 parent f52bc0f commit e695393

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/fretonator-web/src/app/pages/home/home-index/__snapshots__/home-index.component.spec.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ exports[`HomeIndexComponent should create 1`] = `
174174
175175
<app-chip
176176
rounded="true"
177-
selectedcolor="grey"
177+
selectedcolor="muted"
178178
>
179179
<a
180180
aria-label="C Ionian (Major)"
181-
class="chip chip--active chip--round chip--grey"
181+
class="chip chip--active chip--round chip--muted"
182182
href="/c/natural/ionian"
183183
>
184184
C
@@ -187,11 +187,11 @@ exports[`HomeIndexComponent should create 1`] = `
187187
188188
<app-chip
189189
rounded="true"
190-
selectedcolor="grey"
190+
selectedcolor="muted"
191191
>
192192
<a
193193
aria-label="C sharp Ionian (Major)"
194-
class="chip chip--round chip--grey"
194+
class="chip chip--round chip--muted"
195195
href="/c/sharp/ionian"
196196
>
197197
C#

0 commit comments

Comments
 (0)