From 9329a78fb018383c61c66a880c4b16ca23c0f4b9 Mon Sep 17 00:00:00 2001 From: Mirza Hanan Date: Thu, 6 Jun 2024 10:29:50 +0500 Subject: [PATCH] fix(blue-print): side bar corner is Not rounded --- .../ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx b/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx index 2bca51740..05c2837e5 100644 --- a/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx +++ b/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx @@ -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;