Skip to content

Commit 2c26d91

Browse files
committed
update color to 0.9,0.8
1 parent c65372e commit 2c26d91

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
@@ -77,8 +77,8 @@ export async function render3dPng(
7777
grid: options.showInfiniteGrid
7878
? {
7979
infiniteGrid: true,
80-
gridColor: [0.98, 0.98, 0.98],
81-
sectionColor: [0.9, 0.9, 0.9],
80+
gridColor: [0.9, 0.9, 0.9],
81+
sectionColor: [0.8, 0.8, 0.8],
8282
offset: { y: 0 },
8383
}
8484
: false,
77.3 KB
Loading
233 KB
Loading
77.7 KB
Loading

0 commit comments

Comments
 (0)