Fixed icons not going to dark mode when slot filling cards are selected

This commit is contained in:
Stefan Zermatten
2020-10-15 15:30:11 +02:00
parent 26567ce840
commit 839f91c3b2

View File

@@ -34,6 +34,7 @@
<property-icon
v-if="!node.picture"
class="mr-2"
:class="{'theme--dark': node._id === (selectedNode && selectedNode._id)}"
:model="node"
:color="node.color"
/>