Add border radius for all dropdown items (#22)

This commit is contained in:
jeffvli 2023-02-08 11:45:29 -08:00
parent 2845476d83
commit 9dcc42ff28
6 changed files with 30 additions and 12 deletions

View file

@ -97,9 +97,8 @@ const ResizeHandle = styled.div<{
`;
const QueueDrawer = styled(motion.div)`
background: transparent;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background: var(--main-bg);
border-radius: 10px;
`;
const QueueDrawerArea = styled(motion.div)`