Remove box shadow from filter header

This commit is contained in:
jeffvli 2023-02-06 02:17:47 -08:00
parent 17a6b37545
commit 48b6e8bf93
4 changed files with 4 additions and 32 deletions

View file

@ -234,14 +234,7 @@ export const AlbumListHeader = ({
</Group>
</Flex>
</PageHeader>
<Paper
p="1rem"
shadow="xl"
sx={{
boxShadow: '1px 1px 10px 5px rgba(0, 0, 0, 0.3)',
zIndex: 100,
}}
>
<Paper p="1rem">
<AlbumListHeaderFilters
customFilters={customFilters}
gridRef={gridRef}