Merge branch 'shadow-control-2.0' into themes3-grand-finale-maybe
This commit is contained in:
commit
f1468a3f5d
|
@ -172,6 +172,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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -187,6 +189,11 @@ export default {
|
||||||
'previewStyle',
|
'previewStyle',
|
||||||
'disabled'
|
'disabled'
|
||||||
],
|
],
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
lightGrid: false
|
||||||
|
}
|
||||||
|
},
|
||||||
emits: ['update:shadow'],
|
emits: ['update:shadow'],
|
||||||
components: {
|
components: {
|
||||||
Checkbox
|
Checkbox
|
||||||
|
|
Loading…
Reference in a new issue