by default edited as a black color

This commit is contained in:
Burak Civan
2022-06-23 14:41:29 +03:00
parent f9e66a761e
commit 62e717a1b8
7 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@
<div class="mb-3">
@foreach ($template as $item)
<button class="text-xs truncate text-left" @click="onEditEmailTemplate({{ $item->id }}, $event)" >
<x-text.hover text="{{ trans($item->name) }}" />
<x-text.hover text="{{ trans($item->name) }}" color="to-purple" />
</button>
@endforeach
</div>