Skip to content

Commit

Permalink
Put stroke back
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed Jan 10, 2025
1 parent b0a3274 commit b83bfbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/base/src/mainview/mainView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,9 @@ export class MainView extends React.Component<IProps, IStates> {
'stroke-color': '#3399CC',
'stroke-width': 1.25,
'circle-radius': 5,
'circle-fill-color': 'rgba(255,255,255,0.4)'
'circle-fill-color': 'rgba(255,255,255,0.4)',
'circle-stroke-width': 1.25,
'circle-stroke-color': '#3399CC'
};

const defaultRules: Rule = {
Expand Down

0 comments on commit b83bfbc

Please sign in to comment.