button animated change component..

This commit is contained in:
Cüneyt Şentürk
2022-07-04 12:52:24 +03:00
parent 47610fa373
commit ded7bfdce6
31 changed files with 135 additions and 84 deletions

View File

@ -28,9 +28,9 @@
</span>
<button id="dashboard-widget-{{ strtolower(class_basename($class)) }}-overdue" type="button" class="flex items-center text-black-400 font-medium group" data-dropdown-toggle="widgets-list-{{ $class->model->id }}">
<x-link.hover color="to-black-400" group-hover>
<x-button.hover color="to-black-400" group-hover>
{{ $totals['overdue'] }}
</x-link.hover>
</x-button.hover>
<div class="relative flex">
<span class="material-icons-round cursor-pointer">arrow_drop_down</span>