Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #308 from FormidableLabs/bug/borderWidth
Browse files Browse the repository at this point in the history
default borderWidth in themes
  • Loading branch information
boygirl authored Oct 4, 2017
2 parents 41bcc59 + 2935f72 commit b7d3362
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/victory-primitives/error-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default class ErrorBar extends React.Component {
};

static defaultProps = {
borderWidth: 10,
groupComponent: <g/>
}

Expand Down
1 change: 1 addition & 0 deletions src/victory-theme/grayscale.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default {
}, baseProps),
chart: baseProps,
errorbar: assign({
borderWidth: 8,
style: {
data: {
fill: "transparent",
Expand Down
1 change: 1 addition & 0 deletions src/victory-theme/material.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default {
}, baseProps),
chart: baseProps,
errorbar: assign({
borderWidth: 8,
style: {
data: {
fill: "transparent",
Expand Down

0 comments on commit b7d3362

Please sign in to comment.