Skip to content

Commit

Permalink
fix(blue-print): side bar corner is Not rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
MirzaHanan committed Jun 6, 2024
1 parent c35fcf8 commit 9329a78
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const Wrapper = styled(Flex).attrs({
background: ${colors.BG2};
overflow: hidden;
max-height: 100vh;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
@media (max-width: 1440px) {
max-height: 95.2vh;
Expand Down

0 comments on commit 9329a78

Please sign in to comment.