Skip to content

Commit

Permalink
Changing active border override
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage authored Nov 17, 2023
1 parent 8bf0909 commit 4281a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/charts/src/components/CarbonChart/CarbonChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ const CarbonChartWrapper = styled.div<{
? props.theme.colors.neutral100
: props.theme.colors.neutral900}
}
div.checkbox.active{
border: 1px solid transparent;
}
}
}
.chart-holder{
Expand Down

0 comments on commit 4281a6d

Please sign in to comment.