Merge branch 'shadow-control-2.0' into themes3-grand-finale-maybe

This commit is contained in:
Henry Jameson 2024-09-25 00:48:35 +03:00
commit f1468a3f5d

View file

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