chore: use a primary button to select range in upcoming
This commit is contained in:
parent
a78ca6fad3
commit
436c0416d7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<p v-if="!showAll" class="show-tasks-options">
|
<p v-if="!showAll" class="show-tasks-options">
|
||||||
<datepicker-with-range @dateChanged="setDate">
|
<datepicker-with-range @dateChanged="setDate">
|
||||||
<template #trigger="{toggle, buttonText}">
|
<template #trigger="{toggle, buttonText}">
|
||||||
<x-button @click.prevent.stop="toggle()" variant="secondary" :shadow="false" class="mb-2">
|
<x-button @click.prevent.stop="toggle()" variant="primary" :shadow="false" class="mb-2">
|
||||||
{{ $t('task.show.select') }}
|
{{ $t('task.show.select') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue