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 13, 2019
1 parent 7976e0a commit a2ca635
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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 @@ -208,9 +208,9 @@ exports[`calling render with the same component on the same container does not r
<svg
aria-hidden="true"
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
2 changes: 1 addition & 1 deletion src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ exports[`calling render with the same component on the same container does not r
<svg
aria-hidden="true"
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
6 changes: 3 additions & 3 deletions src/core/theme/__snapshots__/tokens.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ exports[`snapshot testing 1`] = `
<svg
aria-hidden="true"
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 @@ -429,9 +429,9 @@ exports[`snapshot testing 1`] = `
<svg
aria-hidden="true"
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 @@ -462,9 +462,9 @@ exports[`snapshot testing 1`] = `
<svg
aria-hidden="true"
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 a2ca635

Please sign in to comment.