Fix drawer border radius
This commit is contained in:
parent
563a4b3a7c
commit
0f7f4b969f
1 changed files with 4 additions and 4 deletions
|
@ -12,11 +12,11 @@ export const DrawerPlayQueue = () => {
|
||||||
<Flex
|
<Flex
|
||||||
direction="column"
|
direction="column"
|
||||||
h="100%"
|
h="100%"
|
||||||
sx={{
|
|
||||||
borderRadius: '10px',
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<Box bg="var(--main-bg)">
|
<Box
|
||||||
|
bg="var(--main-bg)"
|
||||||
|
sx={{ borderRadius: '10px' }}
|
||||||
|
>
|
||||||
<PlayQueueListControls
|
<PlayQueueListControls
|
||||||
tableRef={queueRef}
|
tableRef={queueRef}
|
||||||
type="sideQueue"
|
type="sideQueue"
|
||||||
|
|
Reference in a new issue