Style Fixing
This commit is contained in:
parent
24e8fbbe0e
commit
76fdef45a2
|
|
@ -3,7 +3,9 @@
|
|||
'w-3 h-3 rounded-full ltr:mr-1 rtl:ml-1', $backgroundColor, $textColor
|
||||
])
|
||||
@if (! empty($backgroundStyle))
|
||||
style="background-color: {{ $backgroundStyle }}"
|
||||
style="background-color: {{ $backgroundStyle }}"
|
||||
@else
|
||||
style="background-color: {{ $backgroundStyle }}; display: none;"
|
||||
@endif
|
||||
>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<ul class="text-sm space-y-3 my-3">
|
||||
@foreach($accounts as $item)
|
||||
<li class="flex justify-between">
|
||||
<li class="flex justify-between pr-3.5">
|
||||
{{ $item->name }}
|
||||
|
||||
<span class="font-medium">
|
||||
|
|
|
|||
Loading…
Reference in New Issue