This commit is contained in:
2023-12-07 17:00:48 +01:00
committed by Clément Le Bihan
parent 13050e52f9
commit b5183f84b4
3 changed files with 23 additions and 27 deletions

View File

@@ -68,17 +68,6 @@ const ScaffoldCC = ({
{children}
</ScaffoldDesktopCC>
)}
{colorScheme === 'dark' && (
<LinearGradient
colors={['#101014', '#6075F9']}
style={{
width: '100%',
height: '100%',
position: 'absolute',
zIndex: -2,
}}
/>
)}
</Flex>
);
};