Skip to content

Commit

Permalink
Axis white
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Nov 10, 2023
1 parent f4ef5bc commit 41effd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/modules/MapMatrix/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function view({ moduleContext, workbenchServices }: ModuleFCProps<State>)
isRightRuler: false,
isBottomRuler: false,
isTopRuler: true,
backgroundColor: [155, 155, 155, 255],
backgroundColor: [255, 255, 255, 255],
});

return (
Expand Down

0 comments on commit 41effd2

Please sign in to comment.