mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
style: removed border for autolayout alert
This commit is contained in:
parent
f522d39bc4
commit
7cf3baa4b9
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue