Skip to content

Commit

Permalink
billboard style: Fix styling of dots
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 21, 2024
1 parent f7f942b commit 667633b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/chart-react-billboard/src/chart-react-billboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
#charts.billboard .chart-row--line svg .bb-areas-activityYearMap path {
fill: var(--line-chart-fill-color) !important;
}

#charts.billboard .chart-row--line svg .bb-circles-activityYearMap circle {
stroke: var(--line-chart-fill-color) !important;
fill: var(--line-chart-fill-color) !important;
}
#charts.billboard .chart-row--line svg .bb-shapes-activityYearMap path.bb-line {
stroke: var(--line-chart-fill-color) !important;
}

0 comments on commit 667633b

Please sign in to comment.