Skip to content

Commit

Permalink
feat(core): adding carbon themes
Browse files Browse the repository at this point in the history
  • Loading branch information
natashadecoste committed Jul 8, 2019
1 parent f7052a4 commit a31fbcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
15 changes: 7 additions & 8 deletions packages/core/src/themes/styles-g100.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

@import "../../node_modules/@carbon/themes/scss/themes";
$gray_50: #8c8c8c;

Expand All @@ -23,13 +22,13 @@ $gray_50: #8c8c8c;
stroke: $ui-04;
}
text {
fill: $gray_50;
stroke: $gray_50;
&.axis-label {
fill: $text-01;
stroke: $text-01;
}
}
fill: $gray_50;
stroke: $gray_50;
&.axis-label {
fill: $text-01;
stroke: $text-01;
}
}
}
}
}
Expand Down
7 changes: 4 additions & 3 deletions packages/core/src/themes/styles-white.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ $gray_60: #6f6f6f;
stroke: $ui-01;
}
}
.yAxes line.domain, path.domain {
.yAxes line.domain,
path.domain {
stroke: $ui-04;
}
text {
fill: $gray_60;
stroke: $gray_60;
fill: $gray_60;
stroke: $gray_60;
&.axis-label {
fill: $text-01;
stroke: $text-01;
Expand Down

0 comments on commit a31fbcf

Please sign in to comment.