From 72d5bb1975ec6396d5bdc75679c4f448569e1723 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 08:14:32 +0530 Subject: [PATCH] feat: text align left --- src/components/molecules/ActionDescriptionBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index aab8a6de..f16c0517 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -26,7 +26,7 @@ const Triangle = styled.div` const Content = styled.div` padding: 20px; - text-align: center; + text-align: left; `; const ActionDescriptionBox = () => {