Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
onghwan committed Nov 29, 2024
1 parent fa9d5bd commit 7cce532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k2-alpine/src/components/GlassView/GlassView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const GlassView: FC<
...(backgroundColor ? { backgroundColor } : {})
}}
tint={tint}
intensity={75}
intensity={50}
experimentalBlurMethod="dimezisBlurView">
{children}
</BlurView>
Expand Down

0 comments on commit 7cce532

Please sign in to comment.