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

@ -2,7 +2,7 @@
<div class="row items-center no-wrap q-mb-md">
<div class="col q-pr-lg">
<q-btn-dropdown @click="openCreateStallDialog()" unelevated split color="green" class="float-left"
<q-btn-dropdown @click="openCreateStallDialog()" outline unelevated split class="float-left" color="primary"
label="New Stall (Store)">
<q-item @click="openCreateStallDialog()" clickable v-close-popup>
<q-item-section>
@ -30,7 +30,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>