diff --git a/resources/views/components/index/category.blade.php b/resources/views/components/index/category.blade.php index 8033c2688..b00054888 100644 --- a/resources/views/components/index/category.blade.php +++ b/resources/views/components/index/category.blade.php @@ -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 > diff --git a/resources/views/widgets/account_balance.blade.php b/resources/views/widgets/account_balance.blade.php index b28d388dd..e7adbcbd6 100644 --- a/resources/views/widgets/account_balance.blade.php +++ b/resources/views/widgets/account_balance.blade.php @@ -3,7 +3,7 @@