Skip to content

Commit

Permalink
fix(connect): do not apply default color to connectStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Dec 25, 2022
1 parent eb5ae95 commit 2035bf6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file modified __tests__/integration/snapshots/aaplLineMissingConnect.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/theme/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const Dark: TC<DarkOptions> = (options) => {
fill: '',
strokeOpacity: 1,
lineWidth: 1,
connectStroke: '#666',
},
},
point: {
Expand Down Expand Up @@ -89,8 +88,6 @@ export const Dark: TC<DarkOptions> = (options) => {
area: {
fillOpacity: 0.85,
lineWidth: 0,
connectFill: COLORS.BLACK,
connectFillOpacity: 0.1,
},
},
polygon: {
Expand Down
3 changes: 0 additions & 3 deletions src/theme/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const Light: TC<LightOptions> = (options) => {
fill: '',
strokeOpacity: 1,
lineWidth: 1,
connectStroke: '#aaa',
},
},
point: {
Expand Down Expand Up @@ -89,8 +88,6 @@ export const Light: TC<LightOptions> = (options) => {
area: {
fillOpacity: 0.85,
lineWidth: 0,
connectFill: COLORS.BLACK,
connectFillOpacity: 0.1,
},
},
polygon: {
Expand Down

0 comments on commit 2035bf6

Please sign in to comment.