Style Fixing

This commit is contained in:
merve karaman 2023-11-01 17:18:05 +03:00 committed by GitHub
parent 24e8fbbe0e
commit 76fdef45a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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">