Skip to content

Commit

Permalink
Update snapshots to match icon color update.
Browse files Browse the repository at this point in the history
  • Loading branch information
aappoalander committed Nov 18, 2019
1 parent 27f3030 commit 1b989b4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/core/Breadcrumb/__snapshots__/Breadcrumb.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ exports[`calling render with the same component on the same container does not r
<svg
aria-hidden="true"
class="fi-breadcrumb_icon c6"
fill="hsl(0, 0%, 16%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand All @@ -306,9 +306,9 @@ exports[`calling render with the same component on the same container does not r
<svg
aria-hidden="true"
class="fi-breadcrumb_icon c6"
fill="hsl(0, 0%, 16%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ exports[`calling render with the same component on the same container does not r
/>
<svg
aria-hidden="true"
class="fi-search-input_icon c6"
class="fi-search-input_icon c5"
fill="hsl(202, 7%, 40%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down
4 changes: 2 additions & 2 deletions src/core/Icon/__snapshots__/Icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ exports[`calling render with the same component on the same container does not r
aria-label="Test label"
class="my-icon--test c0"
data-testid="icon"
fill="hsl(202, 7%, 40%)"
height="1em"
role="img"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand All @@ -24,9 +24,9 @@ exports[`calling render with the same component on the same container does not r
<svg
aria-hidden="true"
class="c0"
fill="hsl(202, 7%, 40%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down
2 changes: 1 addition & 1 deletion src/core/Link/__snapshots__/LinkExternal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ exports[`calling render with the same component on the same container does not r
<svg
aria-hidden="true"
class="fi-link_icon c5"
fill="currentColor"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down
4 changes: 2 additions & 2 deletions src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ exports[`calling render with the same component on the same container does not r
Test expansion
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c6"
class="fi-panel-expansion_title-icon c5"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down
12 changes: 6 additions & 6 deletions src/core/theme/__snapshots__/tokens.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ exports[`snapshot testing 1`] = `
Test expansion 1
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c9"
class="fi-panel-expansion_title-icon c8"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down Expand Up @@ -432,10 +432,10 @@ exports[`snapshot testing 1`] = `
Test expansion 2
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c9"
class="fi-panel-expansion_title-icon c8"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down Expand Up @@ -465,10 +465,10 @@ exports[`snapshot testing 1`] = `
Test expansion 3
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c9"
class="fi-panel-expansion_title-icon c8"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
style="fill: hsl(202, 7%, 40%);"
viewBox="0 0 24 24"
width="1em"
>
Expand Down

0 comments on commit 1b989b4

Please sign in to comment.