Skip to content

Commit

Permalink
fix(tapioca): reduce opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumecatel committed Nov 5, 2023
1 parent 356dd92 commit b239d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tapioca/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Tapioca = ({ scale = 5 }: Props) => {
</Canvas>
<div
style={{
opacity: 0.7,
opacity: 0.2,
width: '100%',
height: '100%',
position: 'absolute',
Expand Down

0 comments on commit b239d32

Please sign in to comment.