Skip to content

Commit

Permalink
chore(legends): fix broken snapshots (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Jun 25, 2020
1 parent 1e5fd14 commit 2e7deed
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`should support bottom-to-top direction 1`] = `
style={
Object {
"dominantBaseline": "alphabetic",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -94,7 +94,7 @@ exports[`should support bottom-to-top direction justified 1`] = `
style={
Object {
"dominantBaseline": "text-before-edge",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -148,7 +148,7 @@ exports[`should support left-to-right direction 1`] = `
style={
Object {
"dominantBaseline": "central",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -202,7 +202,7 @@ exports[`should support left-to-right direction justified 1`] = `
style={
Object {
"dominantBaseline": "central",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -256,7 +256,7 @@ exports[`should support right-to-left direction 1`] = `
style={
Object {
"dominantBaseline": "central",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -310,7 +310,7 @@ exports[`should support right-to-left direction justified 1`] = `
style={
Object {
"dominantBaseline": "central",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -364,7 +364,7 @@ exports[`should support top-to-bottom direction 1`] = `
style={
Object {
"dominantBaseline": "text-before-edge",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -418,7 +418,7 @@ exports[`should support top-to-bottom direction justified 1`] = `
style={
Object {
"dominantBaseline": "alphabetic",
"fill": "black",
"fill": "#333333",
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down

0 comments on commit 2e7deed

Please sign in to comment.