mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add border radius for all dropdown items (#22)
This commit is contained in:
parent
2845476d83
commit
9dcc42ff28
6 changed files with 30 additions and 12 deletions
|
|
@ -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)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue