ui feedback & bugs fixed

This commit is contained in:
Burak Civan
2022-06-06 10:33:03 +03:00
parent 9c2dccbf03
commit 1dd4fca8f2
10 changed files with 50 additions and 49 deletions

View File

@ -1,5 +1,5 @@
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $disableText }}">
<span class="material-icons{{ $iconType }} text-red text-xs ml-2">
<span class="material-icons{{ $iconType }} text-red text-xl ml-2 lg:mt-2">
{{ $icon }}
</span>
</x-tooltip>