update
This commit is contained in:
@@ -18,7 +18,7 @@ const ItemContainer = ({ height = responsiveHeight(40), children }) => {
|
||||
}}
|
||||
>
|
||||
<View style={styles.blurContainer}>
|
||||
<BlurView intensity={40} style={{ flex: 1, padding: 6 }}>
|
||||
<BlurView intensity={40} tint="dark" style={{ flex: 1, padding: 6 }}>
|
||||
{children}
|
||||
</BlurView>
|
||||
</View>
|
||||
|
||||
@@ -40,6 +40,7 @@ const ItemContainer = ({ height = responsiveHeight(40), children }) => {
|
||||
>
|
||||
<BlurView
|
||||
intensity={40}
|
||||
tint="dark"
|
||||
style={{
|
||||
padding: 6,
|
||||
zIndex: 2,
|
||||
|
||||
Reference in New Issue
Block a user