mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: fixed autolayout poup color in dark theme
This commit is contained in:
parent
e3154a2083
commit
f522d39bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export default function AutoLayoutAlert({ show, onClick }) {
|
|||
right: '0',
|
||||
width: '300px',
|
||||
padding: 'var(--7, 16px)',
|
||||
background: 'var(--Background-surface-layer-01, #FFF)',
|
||||
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',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue