style(frontend) : update timer and delete action colors

This commit is contained in:
Matthieu
2026-03-11 18:05:45 +01:00
parent 33f2bcc393
commit 2ffdaafd08
8 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
</button>
<button
v-if="entry"
class="flex w-full items-center gap-2 px-4 py-2 text-sm text-[#E2953C] hover:bg-orange-50"
class="flex w-full items-center gap-2 px-4 py-2 text-sm text-red-600 hover:bg-red-50"
@click="onDelete"
>
<Icon name="mdi:delete-outline" size="16" />