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 beb395c commit 850d33b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/core-mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ PODS:
- React-Core
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.20.0):
- RNGestureHandler (2.14.1):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1843,7 +1843,7 @@ SPEC CHECKSUMS:
RNFBMessaging: 2dd7ef3e3eca8ec62599f0f11b739e6f75c57cd2
RNFlashList: 83a272ae1c35b08a02490f4d1503631fb64b3dd8
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: bb81850add626ddd265294323310fec6e861c96b
RNGestureHandler: 15c6ef51acba34c49ff03003806cf5dd6098f383
RNGoogleSignin: 9e68b9bcc3888219357924e32ee563624745647d
RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364
RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333
Expand Down
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 850d33b

Please sign in to comment.