style(frontend) : update timer and delete action colors
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</td>
|
||||
<td v-if="deletable" class="px-4 py-3">
|
||||
<button
|
||||
class="text-[#E2953C] hover:text-[#c97a2f]"
|
||||
class="text-[red-500] hover:text-[red-700]"
|
||||
@click.stop="$emit('delete', item)"
|
||||
>
|
||||
<Icon name="mdi:delete-outline" size="20" />
|
||||
|
||||
Reference in New Issue
Block a user