Skip to content

Commit

Permalink
Add stroke in pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeyash07 committed Sep 13, 2024
1 parent 969b600 commit 55d401d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui/src/components/PieChart/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
flex-wrap: wrap;
gap: var(--go-ui-spacing-md);

.path {
stroke: var(--go-ui-color-white);
}

.legend {
display: flex;
flex-direction: column;
flex-grow: 1;
justify-content: center;
gap: var(--go-ui-border-radius-lg);

.legend-item {
font-size: var(--go-ui-font-size-xs);
Expand Down

0 comments on commit 55d401d

Please sign in to comment.