fix: color
This commit is contained in:
parent
0acf51b2d1
commit
8ec62f5264
1 changed files with 2 additions and 6 deletions
|
|
@ -748,9 +748,7 @@ watch(locale, () => {
|
||||||
|
|
||||||
<div class="col-6 row q-gutter-x-sm justify-end text-right">
|
<div class="col-6 row q-gutter-x-sm justify-end text-right">
|
||||||
<q-btn-dropdown
|
<q-btn-dropdown
|
||||||
class="bordered rounded"
|
class="bordered rounded surface-1 q-pl-md"
|
||||||
:color="$q.dark.isActive ? '' : 'white'"
|
|
||||||
:text-color="$q.dark.isActive ? '' : 'grey-10'"
|
|
||||||
dense
|
dense
|
||||||
unelevated
|
unelevated
|
||||||
:label="labelBtnStatus"
|
:label="labelBtnStatus"
|
||||||
|
|
@ -808,12 +806,10 @@ watch(locale, () => {
|
||||||
</q-btn-dropdown>
|
</q-btn-dropdown>
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
:color="$q.dark.isActive ? '' : 'white'"
|
|
||||||
:text-color="$q.dark.isActive ? '' : 'grey-10'"
|
|
||||||
id="btn-filter"
|
id="btn-filter"
|
||||||
icon="mdi-tune-vertical-variant"
|
icon="mdi-tune-vertical-variant"
|
||||||
size="sm"
|
size="sm"
|
||||||
class="bordered rounded"
|
class="bordered rounded surface-1"
|
||||||
:class="{ 'app-text-info': statusFilter !== 'all' }"
|
:class="{ 'app-text-info': statusFilter !== 'all' }"
|
||||||
unelevated
|
unelevated
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue