style: removed border for autolayout alert

This commit is contained in:
Johnson Cherian 2024-03-22 11:33:43 +05:30
parent f522d39bc4
commit 7cf3baa4b9

View file

@ -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"