color black attr. ejected from relating pages

This commit is contained in:
Burak Civan
2022-06-23 14:44:37 +03:00
parent 62e717a1b8
commit e985a057e2
20 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@
x-on:click="attachment !== 1 ? attachment = 1 : attachment = null"
>
<span class="font-medium">
<x-text.hover text="{{ trans_choice('general.attachments', 2) }}" color="to-black" group-hover />
<x-text.hover text="{{ trans_choice('general.attachments', 2) }}" group-hover />
</span>
<div class="text-black-400 text-sm">

View File

@ -3,7 +3,7 @@
x-on:click="children !== 1 ? children = 1 : children = null"
>
<span class="font-medium">
<x-text.hover text="{{ trans_choice('general.transactions', 2) }}" color="to-black" group-hover />
<x-text.hover text="{{ trans_choice('general.transactions', 2) }}" group-hover />
</span>
<div class="text-black-400 text-sm">

View File

@ -5,7 +5,7 @@
x-on:click="create !== 1 ? create = 1 : create = null"
>
<span class="font-medium">
<x-text.hover text="{{ trans('general.create') }}" color="to-black" />
<x-text.hover text="{{ trans('general.create') }}" />
</span>
<div class="text-black-400 text-sm">

View File

@ -8,7 +8,7 @@
x-on:click="schedule !== 1 ? schedule = 1 : schedule = null"
>
<span class="font-medium">
<x-text.hover text="{{ trans_choice('general.schedules', 1) }}" color="to-black" group-hover />
<x-text.hover text="{{ trans_choice('general.schedules', 1) }}" group-hover />
</span>
<div class="text-black-400 text-sm">