mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
Add border radius for all dropdown items (#22)
This commit is contained in:
@@ -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)`
|
||||
|
||||
Reference in New Issue
Block a user