mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix drawer border radius
This commit is contained in:
@@ -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 New Issue
Block a user