Skip to content

Commit

Permalink
drawer border change
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 22, 2023
1 parent b83848b commit 3d44e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-console/src/components/Drawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const DrawerContent = styled(RadixDialog.Content).attrs({ forceMount: true })<{
mode: DrawerProps["mode"]
}>`
background-color: ${({ theme }) => theme.color.backgroundLighter};
border-left: 0.5rem ${({ theme }) => theme.color.background} solid;
border-left: 0.2rem ${({ theme }) => theme.color.background} solid;
position: ${({ mode }) => (mode === "modal" ? "fixed" : "inherit")};
top: 0;
right: 0;
Expand Down

0 comments on commit 3d44e93

Please sign in to comment.