fix: fixed autolayout poup color in dark theme

This commit is contained in:
Johnson Cherian 2024-03-22 11:13:21 +05:30
parent e3154a2083
commit f522d39bc4

View file

@ -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',
}}