diff --git a/resources/views/banking/reconciliations/create.blade.php b/resources/views/banking/reconciliations/create.blade.php index b08926f4ccf..a86277b86df 100644 --- a/resources/views/banking/reconciliations/create.blade.php +++ b/resources/views/banking/reconciliations/create.blade.php @@ -87,7 +87,7 @@ class="w-full px-3 py-2 bg-transparent hover:bg-purple text-black hover:text-whi - + {{ trans('general.date') }} @@ -103,7 +103,7 @@ class="w-full px-3 py-2 bg-transparent hover:bg-purple text-black hover:text-whi {{ trans('reconciliations.deposit') }} - + {{ trans('reconciliations.withdrawal') }} @@ -116,7 +116,7 @@ class="w-full px-3 py-2 bg-transparent hover:bg-purple text-black hover:text-whi @foreach($transactions as $item) - + @@ -129,19 +129,19 @@ class="w-full px-3 py-2 bg-transparent hover:bg-purple text-black hover:text-whi @if ($item->isIncome()) - + - + @else - + - + @endif diff --git a/resources/views/banking/reconciliations/edit.blade.php b/resources/views/banking/reconciliations/edit.blade.php index c816164f5de..0a6d298966a 100644 --- a/resources/views/banking/reconciliations/edit.blade.php +++ b/resources/views/banking/reconciliations/edit.blade.php @@ -21,7 +21,7 @@ - + {{ trans('general.date') }} @@ -37,7 +37,7 @@ {{ trans('reconciliations.deposit') }} - + {{ trans('reconciliations.withdrawal') }} @@ -50,7 +50,7 @@ @foreach($transactions as $item) - + @@ -63,19 +63,19 @@ @if ($item->isIncome()) - - + + - + @else - + - + @endif diff --git a/resources/views/modals/invoices/share.blade.php b/resources/views/modals/invoices/share.blade.php index 2e0d4ceb4e2..e479bb19055 100644 --- a/resources/views/modals/invoices/share.blade.php +++ b/resources/views/modals/invoices/share.blade.php @@ -10,7 +10,7 @@ value="{{ $signedUrl }}" ref="clone" @click="onCopyLink()" - class="bg-gray-100 appearance-none border-2 border-gray-100 rounded w-full py-2 px-4 text-gray-700 leading-tight cursor-pointer focus:outline-none focus:ring-transparent focus:border-transparent" + style="appearance: none; background-color: whitesmoke; border: none; font-size: 16px;" /> diff --git a/resources/views/modals/transactions/share.blade.php b/resources/views/modals/transactions/share.blade.php index def5a271eac..43195086a26 100644 --- a/resources/views/modals/transactions/share.blade.php +++ b/resources/views/modals/transactions/share.blade.php @@ -10,7 +10,7 @@ value="{{ $signedUrl }}" ref="clone" @click="onCopyLink()" - class="bg-gray-100 appearance-none border-2 border-gray-100 rounded w-full py-2 px-4 text-gray-700 leading-tight cursor-pointer focus:outline-none focus:ring-transparent focus:border-transparent" + style="appearance: none; background-color: whitesmoke; border: none; font-size: 16px;" />