Skip to content

Commit

Permalink
Dark mode light adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
krispya committed Jul 15, 2024
1 parent 54b717e commit 64b85f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/scenes/caustic/CausticScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@ function Env({ perfSucks, theme }: { perfSucks: boolean; theme: string }) {
backgroundBlurriness={0.8}
>
<Lightformer
intensity={theme === 'dark' ? 0 : 4}
intensity={theme === 'dark' ? 0.5 : 4}
rotation-x={Math.PI / 2}
position={[0, 5, -9]}
scale={[10, 10, 1]}
/>
<Lightformer
intensity={theme === 'dark' ? 0 : 4}
intensity={theme === 'dark' ? 0.2 : 4}
rotation-x={Math.PI / 2}
position={[0, 5, -9]}
scale={[10, 10, 1]}
Expand Down

0 comments on commit 64b85f2

Please sign in to comment.