@nativetail/ui 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -18,7 +18,7 @@ export const BottomSheet = forwardRef<ActionSheetRef, BottomSheetProps>(
|
|
18
18
|
containerClassName,
|
19
19
|
contentClassName,
|
20
20
|
children,
|
21
|
-
useBlur,
|
21
|
+
useBlur = false,
|
22
22
|
indicatorClassName,
|
23
23
|
...props
|
24
24
|
},
|
@@ -28,7 +28,7 @@ export const BottomSheet = forwardRef<ActionSheetRef, BottomSheetProps>(
|
|
28
28
|
return (
|
29
29
|
<ActionSheet
|
30
30
|
ref={ref}
|
31
|
-
containerStyle={tw.style("bg-background/
|
31
|
+
containerStyle={tw.style("bg-background/95", containerClassName)}
|
32
32
|
gestureEnabled
|
33
33
|
indicatorStyle={tw.style("bg-muted/15", indicatorClassName)}
|
34
34
|
{...props}
|