Skip to content

Commit

Permalink
Style Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mervekaraman committed Nov 1, 2023
1 parent 24e8fbb commit 76fdef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion resources/views/components/index/category.blade.php
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/widgets/account_balance.blade.php
Expand Up @@ -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">
Expand Down

0 comments on commit 76fdef4

Please sign in to comment.