mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Remove box shadow from filter header
This commit is contained in:
parent
17a6b37545
commit
48b6e8bf93
4 changed files with 4 additions and 32 deletions
|
|
@ -39,14 +39,7 @@ export const PlaylistListHeader = ({ itemCount, tableRef }: PlaylistListHeaderPr
|
|||
</LibraryHeaderBar>
|
||||
</Flex>
|
||||
</PageHeader>
|
||||
<Paper
|
||||
p="1rem"
|
||||
shadow="xl"
|
||||
sx={{
|
||||
boxShadow: '1px 1px 10px 5px rgba(0, 0, 0, 0.3)',
|
||||
zIndex: 100,
|
||||
}}
|
||||
>
|
||||
<Paper p="1rem">
|
||||
<PlaylistListHeaderFilters tableRef={tableRef} />
|
||||
</Paper>
|
||||
</Stack>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue