Skip to content

Commit

Permalink
Merge pull request #52 from VizerISD/51-darken-brush-border
Browse files Browse the repository at this point in the history
Changed brush window border to black
  • Loading branch information
CarolineRinks authored Mar 19, 2023
2 parents 32e1a33 + 711ba2c commit 8f1b385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default withTooltip<TimelineProps, Order>(
onClick={() => setFilteredOrders(orders)}
selectedBoxStyle={{
fill: `url(#${'brush_pattern'})`,
stroke: 'white'
stroke: 'black'
}}
useWindowMoveEvents
renderBrushHandle={(props) => <BrushHandle {...props} />}
Expand Down

0 comments on commit 8f1b385

Please sign in to comment.