From 76fdef45a2ae57e39e0f7928d380b73776e7c1b1 Mon Sep 17 00:00:00 2001 From: merve karaman <107546467+mervekaraman@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:18:05 +0300 Subject: [PATCH] Style Fixing --- resources/views/components/index/category.blade.php | 4 +++- resources/views/widgets/account_balance.blade.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/views/components/index/category.blade.php b/resources/views/components/index/category.blade.php index 8033c268861..b0005488894 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 b28d388dd6d..e7adbcbd673 100644 --- a/resources/views/widgets/account_balance.blade.php +++ b/resources/views/widgets/account_balance.blade.php @@ -3,7 +3,7 @@