Fix drawer border radius

This commit is contained in:
jeffvli 2023-02-08 17:00:07 -08:00
parent 563a4b3a7c
commit 0f7f4b969f

View file

@ -12,11 +12,11 @@ export const DrawerPlayQueue = () => {
<Flex
direction="column"
h="100%"
sx={{
borderRadius: '10px',
}}
>
<Box bg="var(--main-bg)">
<Box
bg="var(--main-bg)"
sx={{ borderRadius: '10px' }}
>
<PlayQueueListControls
tableRef={queueRef}
type="sideQueue"