Skip to content

Commit

Permalink
fix: light
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww committed Nov 16, 2024
1 parent efb2ff3 commit eec198f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/(protected)/make/_components/DecorationSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const DecorationSelect = ({
<ambientLight intensity={1} color={'#ffffff'} />
<directionalLight
position={[10, 20, 10]}
intensity={1.5}
intensity={0.7}
color={'#ffffff'}
/>
<InitializeDecoration path={path} type={type} />
Expand Down
2 changes: 1 addition & 1 deletion app/(public)/visit/_components/_make/DecorationSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const DecorationSelect = ({ path }: { path: string }) => {
<ambientLight intensity={1} color={'#ffffff'} />
<directionalLight
position={[10, 20, 10]}
intensity={1.5}
intensity={1}
color={'#ffffff'}
/>
<InitializeDecoration path={path} />
Expand Down

0 comments on commit eec198f

Please sign in to comment.