From adafeec1f9b018a203f40491ff2a71b32716a305 Mon Sep 17 00:00:00 2001 From: Luan Freitas Date: Sun, 20 Feb 2022 11:20:30 -0300 Subject: [PATCH] change bg-gray-200 to ..100 --- .../tailwind/batch-exporting.blade.php | 4 ++-- .../frameworks/tailwind/export.blade.php | 2 +- .../frameworks/tailwind/filter.blade.php | 2 +- .../frameworks/tailwind/footer.blade.php | 2 +- .../tailwind/multi-select.blade.php | 2 +- .../frameworks/tailwind/search.blade.php | 2 +- .../tailwind/toggle-columns.blade.php | 2 +- src/Themes/Tailwind.php | 20 +++++++++---------- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/views/components/frameworks/tailwind/batch-exporting.blade.php b/resources/views/components/frameworks/tailwind/batch-exporting.blade.php index 245292775..bd4a349dc 100644 --- a/resources/views/components/frameworks/tailwind/batch-exporting.blade.php +++ b/resources/views/components/frameworks/tailwind/batch-exporting.blade.php @@ -2,7 +2,7 @@ @if($batchExporting && !$batchFinished)
+ class="w-full my-3 px-4 rounded py-3 bg-gray-100 shadow-sm dark:bg-gray-500 text-center">
{{ $batchProgress }}%
{{ trans('livewire-powergrid::datatable.export.exporting') }}
@@ -11,7 +11,7 @@ class="w-full my-3 px-4 rounded py-3 bg-gray-200 shadow-sm dark:bg-gray-500 text @if($batchFinished)
-
diff --git a/resources/views/components/frameworks/tailwind/search.blade.php b/resources/views/components/frameworks/tailwind/search.blade.php index 196931bd6..f961fd3ea 100644 --- a/resources/views/components/frameworks/tailwind/search.blade.php +++ b/resources/views/components/frameworks/tailwind/search.blade.php @@ -9,7 +9,7 @@
diff --git a/resources/views/components/frameworks/tailwind/toggle-columns.blade.php b/resources/views/components/frameworks/tailwind/toggle-columns.blade.php index 1d97e6544..a1ce96cdc 100644 --- a/resources/views/components/frameworks/tailwind/toggle-columns.blade.php +++ b/resources/views/components/frameworks/tailwind/toggle-columns.blade.php @@ -3,7 +3,7 @@ class="mr-0 sm:mr-2 mt-2 sm:mt-0" @click.away="open = false">