Skip to content

Commit

Permalink
fix(canvas): ACT-1219 balance effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvv committed Dec 19, 2024
1 parent 1375d99 commit e73c4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Avatar/Avatar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ const Avatar: FC<AvatarProps> = ({
/>
)}
{effects?.vignette && <Vignette eskil={false} offset={0.5} darkness={0.5} />}
<BrightnessContrast brightness={0.025} contrast={0.05} />
<HueSaturation hue={0} saturation={-0.2} />
<BrightnessContrast brightness={0.025} contrast={0.1} />
<HueSaturation hue={0} saturation={-0.1} />
</>
</EffectComposer>
)}
Expand Down

0 comments on commit e73c4f7

Please sign in to comment.