fix lightGrid not working, add more stuff for style editor

This commit is contained in:
Henry Jameson 2024-09-25 00:47:54 +03:00
parent d2a9653ecb
commit 9370ee8c17

View file

@ -167,6 +167,8 @@
height: 33%; height: 33%;
border-radius: var(--roundness); border-radius: var(--roundness);
background: var(--background); background: var(--background);
box-shadow: var(--shadow);
border: 1px solid var(--border);
} }
} }
} }
@ -182,6 +184,11 @@ export default {
'previewStyle', 'previewStyle',
'disabled' 'disabled'
], ],
data () {
return {
lightGrid: false
}
},
emits: ['update:shadow'], emits: ['update:shadow'],
components: { components: {
Checkbox Checkbox