akaunting 3.0 (the last dance)
This commit is contained in:
9
resources/views/components/index/category.blade.php
Normal file
9
resources/views/components/index/category.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<span @class([
|
||||
'w-3 h-3 rounded-full ltr:mr-1 rtl:ml-1', $backgroundColor, $textColor
|
||||
])
|
||||
@if (! empty($backgroundStyle))
|
||||
style="background-color: {{ $backgroundStyle }}"
|
||||
@endif
|
||||
>
|
||||
</span>
|
||||
<span class="w-24 truncate">{{ $name }}</span>
|
Reference in New Issue
Block a user