💄 Improve boxShadows of menus

Makes them look better
This commit is contained in:
ajnart
2022-05-29 15:30:03 +02:00
parent c6762281ef
commit cfd9eb94b5
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ export default function AppShelfMenu(props: any) {
styles={{ styles={{
body: { body: {
// Add shadow and elevation to the 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)',
}, },
}} }}
> >

View File

@@ -117,8 +117,8 @@ export function ModuleWrapper(props: any) {
right: 15, right: 15,
}, },
body: { body: {
backgroundColor: // Add shadow and elevation to the body
theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[1], boxShadow: '0 0 14px 14px rgba(0, 0, 0, 0.05)',
}, },
}} }}
> >