chore: use a primary button to select range in upcoming
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2022-02-06 19:39:05 +01:00
parent a78ca6fad3
commit 436c0416d7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<p v-if="!showAll" class="show-tasks-options">
<datepicker-with-range @dateChanged="setDate">
<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') }}
</x-button>
</template>