From e5b32f948b23ef83d68ef6a31f88e3b2c39ad163 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 20:23:58 +0530 Subject: [PATCH] feat: rounded logo --- 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 25b46d77..7c4166ea 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -34,6 +34,7 @@ const Logo = styled.img` transform: translateX(-50%); width: 60px; height: auto; + border-radius: 5px; `; const Content = styled.div`