From 3c464a413396b77361e0a5956c2242265066579d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 19:01:19 +0530 Subject: [PATCH] feat: set border radius to 5px --- src/components/molecules/ActionDescriptionBox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 8ff8e5af..e8da0ff4 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -10,6 +10,7 @@ const CustomBoxContainer = styled.div` min-height: 100px; height: auto; border: 2px solid #ff00c3; + border-radius: 5px; background-color: white; margin: 30px 15px; `;