Skip to content

Commit 44c2d74

Browse files
committed
even lighter color
1 parent 8e4802b commit 44c2d74

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

lib/render3dPng.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ export async function render3dPng(
7676
grid: options.showInfiniteGrid
7777
? {
7878
infiniteGrid: true,
79-
gridColor: [0.93, 0.93, 0.93],
80-
sectionColor: [0.75, 0.75, 0.75],
79+
gridColor: [0.98, 0.98, 0.98],
80+
sectionColor: [0.9, 0.9, 0.9],
8181
offset: { y: 0 },
8282
}
8383
: false,
-1.97 KB
Loading
-6.59 KB
Loading
-1.43 KB
Loading

0 commit comments

Comments
 (0)