[add]: LinkBase && PopupCC, starting theme management (light and dark) and translation

This commit is contained in:
mathysPaul
2023-10-27 20:50:05 +02:00
parent 6a8ca7d0fa
commit 77f0c2f06f
32 changed files with 739 additions and 1151 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const GlassmorphismCC = ({ children, style }: GlassmorphismCCProps) => {
return (
<BlurView
style={[{borderRadius: 12}, style]}
intensity={80}
intensity={60}
tint={colorScheme === 'light' ? 'light' : 'dark'}
>
{children}