Change actions colors..
This commit is contained in:
parent
89918ac01a
commit
c1fabe943c
@ -36,14 +36,14 @@
|
|||||||
<template v-slot:item.actions="{ item }">
|
<template v-slot:item.actions="{ item }">
|
||||||
<v-icon
|
<v-icon
|
||||||
small
|
small
|
||||||
color="accent"
|
color="secondary"
|
||||||
dark
|
dark
|
||||||
class="mr-2"
|
class="mr-2"
|
||||||
@click="editItem(item)"
|
@click="editItem(item)"
|
||||||
>
|
>
|
||||||
mdi-pencil
|
mdi-pencil
|
||||||
</v-icon>
|
</v-icon>
|
||||||
<v-icon small color="accent" dark @click="deleteItem(item)">
|
<v-icon small color="secondary" dark @click="deleteItem(item)">
|
||||||
mdi-delete
|
mdi-delete
|
||||||
</v-icon>
|
</v-icon>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user