diff --git a/src/pages/editor/Container.tsx b/src/pages/editor/Container.tsx index 02ed2f0..19138f5 100644 --- a/src/pages/editor/Container.tsx +++ b/src/pages/editor/Container.tsx @@ -564,7 +564,7 @@ const Container = (props: { textAlign: 'center', bottom: -5, right: 16, - background: 'gray', + background: 'hsla(0,0%,88.2%,.7)', padding: '10px', width: '279px', display: 'block', @@ -572,7 +572,7 @@ const Container = (props: { : { display: 'none' } } > -