Skip to content

Commit

Permalink
Merge pull request #819 from julien/issue-793
Browse files Browse the repository at this point in the history
Updates clay-charts axis and axis text color | Fixes #793
  • Loading branch information
jbalsas authored Apr 19, 2018
2 parents d3b15c7 + 3f86f43 commit 0ee6ae4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/clay-charts/src/scss/components/_chart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@

path, line {
fill: none;
stroke: #000;
stroke: #e5e5eb;
}

text {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;

tspan {
fill: #6b6c7e;
}
}

}

.bb-legend-item-tile,
Expand Down

0 comments on commit 0ee6ae4

Please sign in to comment.