Iterated on card color scheme
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
<v-toolbar-title slot="toolbar">
|
||||
Add Library Content
|
||||
</v-toolbar-title>
|
||||
<property-selector @select="type => $emit('input', type)" />
|
||||
<property-selector
|
||||
slot="unwrapped-content"
|
||||
@select="type => $emit('input', type)"
|
||||
/>
|
||||
</dialog-base>
|
||||
<div
|
||||
v-show="value"
|
||||
|
||||
Reference in New Issue
Block a user