Skip to content

Commit

Permalink
Change leftover circle to diamond
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 19, 2022
1 parent e18dbf0 commit df4e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/focus_monitor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default function FocusMonitorView() {
type: 'scatter',
name: 'GFA6',
marker: {
symbol: 'circle',
symbol: 'diamond',
radius: 8,
fillColor: theme.palette.primary.main
},
Expand Down

0 comments on commit df4e079

Please sign in to comment.