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