fix: colours (#92)
This commit is contained in:
parent
751271eb65
commit
55624cc2b5
5 changed files with 17 additions and 16 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<template v-slot:body="props">
|
||||
<q-tr :props="props">
|
||||
<q-td auto-width>
|
||||
<q-btn size="sm" color="accent" round dense @click="props.row.expanded= !props.row.expanded"
|
||||
<q-btn size="sm" color="primary" round dense @click="props.row.expanded= !props.row.expanded"
|
||||
:icon="props.row.expanded? 'remove' : 'add'" />
|
||||
</q-td>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue