Skip to content

Commit

Permalink
Update outdated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lavelle committed Jul 15, 2020
1 parent 5d50bfc commit 1853085
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions packages/thumbprint-atomic/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exports[`compiles correctly 1`] = `
border-color: #5968e2 !important;
}
.b-purple {
border-color: #8d56eb !important;
border-color: #a97ff0 !important;
}
.b-green {
border-color: #2db783 !important;
Expand Down Expand Up @@ -244,7 +244,7 @@ _:-ms-lang(x) {
color: #5968e2 !important;
}
.purple {
color: #8d56eb !important;
color: #a97ff0 !important;
}
.green {
color: #2db783 !important;
Expand Down Expand Up @@ -280,7 +280,7 @@ _:-ms-lang(x) {
background-color: #5968e2 !important;
}
.bg-purple {
background-color: #8d56eb !important;
background-color: #a97ff0 !important;
}
.bg-green {
background-color: #2db783 !important;
Expand Down Expand Up @@ -322,7 +322,7 @@ _:-ms-lang(x) {
}
.hover-purple:focus,
.hover-purple:hover {
color: #8d56eb !important;
color: #a97ff0 !important;
}
.hover-green:focus,
.hover-green:hover {
Expand Down Expand Up @@ -370,7 +370,7 @@ _:-ms-lang(x) {
}
.hover-bg-purple:focus,
.hover-bg-purple:hover {
background-color: #8d56eb !important;
background-color: #a97ff0 !important;
}
.hover-bg-green:focus,
.hover-bg-green:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ exports[`adds the \`fullName\` as \`title\` text 3`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
title="Avatar for Duck Goose"
Expand Down Expand Up @@ -276,7 +276,7 @@ exports[`does not render a badge by default 1`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
>
Expand Down Expand Up @@ -305,7 +305,7 @@ exports[`does not render a badge by default 2`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
>
Expand Down Expand Up @@ -376,7 +376,7 @@ exports[`renders a badge if valid badge prop is supplied 1`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
>
Expand Down Expand Up @@ -434,7 +434,7 @@ exports[`renders a badge if valid badge prop is supplied 2`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
>
Expand Down Expand Up @@ -492,7 +492,7 @@ exports[`renders a badge if valid badge prop is supplied 3`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
>
Expand Down Expand Up @@ -538,7 +538,7 @@ exports[`renders an SVG when \`isChecked\` is true 1`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
>
Expand Down Expand Up @@ -596,7 +596,7 @@ exports[`renders an SVG when \`isChecked\` is true 2`] = `
style={
Object {
"backgroundColor": "#fdf7e7",
"color": "#714601",
"color": "#8a5500",
}
}
>
Expand Down
8 changes: 4 additions & 4 deletions packages/thumbprint-scss/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ exports[`compiles correctly 1`] = `
}
.tp-alert--warning {
background: #ffebb3;
color: #714601;
color: #8a5500;
}
.tp-alert--warning a,
.tp-alert--warning a:hover {
color: #714601;
fill: #714601;
color: #8a5500;
fill: #8a5500;
}
.tp-alert--note {
background: #009fd9;
Expand Down Expand Up @@ -200,7 +200,7 @@ exports[`compiles correctly 1`] = `
color: #ff5a5f;
}
.tp-button--caution:focus {
color: #b22d31;
color: #cc3553;
background-color: #fff;
border-color: #d3d4d5;
}
Expand Down

0 comments on commit 1853085

Please sign in to comment.