fix: colours (#92)

This commit is contained in:
Vlad Stan 2023-11-08 15:33:31 +02:00 committed by GitHub
parent 751271eb65
commit 55624cc2b5
5 changed files with 17 additions and 16 deletions

View file

@ -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>