From 7cf3baa4b96a74f0e3c82830671171f33a039f1f Mon Sep 17 00:00:00 2001 From: Johnson Cherian Date: Fri, 22 Mar 2024 11:33:43 +0530 Subject: [PATCH] style: removed border for autolayout alert --- frontend/src/Editor/AutoLayoutAlert.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Editor/AutoLayoutAlert.jsx b/frontend/src/Editor/AutoLayoutAlert.jsx index b421d34099..4ab887291e 100644 --- a/frontend/src/Editor/AutoLayoutAlert.jsx +++ b/frontend/src/Editor/AutoLayoutAlert.jsx @@ -15,7 +15,6 @@ export default function AutoLayoutAlert({ show, onClick }) { width: '300px', padding: 'var(--7, 16px)', background: 'var(--base)', - boxShadow: '0px 4px 8px 0px rgba(48, 49, 51, 0.10), 0px 0px 1px 0px rgba(48, 49, 51, 0.05)', margin: '10px', }} className="d-flex flex-row"