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`