Styling modules

This commit is contained in:
Aj - Thomas
2022-05-12 23:04:59 +02:00
parent e3af7629aa
commit e61e986028
3 changed files with 12 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export default function ModuleWrapper(props: any) {
shadow="sm"
style={{
// Make background color of the card depend on the theme
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[6] : 'white',
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[5] : 'white',
}}
>
<module.component />