[FIX] Reviwed comments on the RP

This commit is contained in:
mathysPaul
2023-11-17 00:28:22 +01:00
parent 36316b0333
commit 22722082eb
9 changed files with 166 additions and 168 deletions
+1 -5
View File
@@ -13,11 +13,7 @@ const GlassmorphismCC = ({ children, style }: GlassmorphismCCProps) => {
const colorScheme = useColorScheme();
return (
<BlurView
style={[{ borderRadius: 12 }, style]}
intensity={60}
tint={colorScheme}
>
<BlurView style={[{ borderRadius: 12 }, style]} intensity={60} tint={colorScheme}>
{children}
</BlurView>
);