Skip to content

Commit 6cede10

Browse files
author
Kevin
committed
fix: update mesh material color for improved visual consistency
1 parent a26d014 commit 6cede10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Domain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Obstacles = memo(
6565
scale={[width / 2, 0.3, height / 2]}
6666
position={[0, -0.3, 0]}
6767
>
68-
<meshStandardMaterial color="#666" />
68+
<meshStandardMaterial color="#393e4d" />
6969
</mesh>
7070
<mesh receiveShadow rotation={[-Math.PI / 2, 0, -Math.PI / 2]}>
7171
<meshStandardMaterial

0 commit comments

Comments
 (0)