mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Remove box shadow from filter header
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user