mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
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
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue