diff --git a/src/components/AppShelf/AppShelfMenu.tsx b/src/components/AppShelf/AppShelfMenu.tsx index e2024a844..a59b24741 100644 --- a/src/components/AppShelf/AppShelfMenu.tsx +++ b/src/components/AppShelf/AppShelfMenu.tsx @@ -41,7 +41,7 @@ export default function AppShelfMenu(props: any) { styles={{ body: { // Add shadow and elevation to the body - boxShadow: '0 0 14px 14px rgba(0, 0, 0, 0.1), 0 14px 11px rgba(0, 0, 0, 0.1)', + boxShadow: '0 0 14px 14px rgba(0, 0, 0, 0.05)', }, }} > diff --git a/src/components/modules/moduleWrapper.tsx b/src/components/modules/moduleWrapper.tsx index 5d4440c82..15a8df738 100644 --- a/src/components/modules/moduleWrapper.tsx +++ b/src/components/modules/moduleWrapper.tsx @@ -117,8 +117,8 @@ export function ModuleWrapper(props: any) { right: 15, }, body: { - backgroundColor: - theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[1], + // Add shadow and elevation to the body + boxShadow: '0 0 14px 14px rgba(0, 0, 0, 0.05)', }, }} >