Skip to content

Commit

Permalink
Fixed issue #1800
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Dec 20, 2024
1 parent f31aa8c commit efa44ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ class="cursor-pointer text-xs font-medium leading-6 text-brandColor"
</div>
</div>
<div class="mt-1.5 grid">
<div class="mt-1.5 grid gap-1.5">
<x-admin::flat-picker.date ::allow-input="false">
<input
type="date"
Expand Down Expand Up @@ -652,7 +652,7 @@ class="cursor-pointer text-xs font-medium leading-6 text-brandColor"
</div>
</div>
<div class="mb-2 mt-1.5 grid">
<div class="mb-2 mt-1.5 grid gap-1.5">
<input
type="text"
class="block w-full rounded-md border bg-white px-2 py-1.5 text-sm leading-6 text-gray-600 transition-all hover:border-gray-400 focus:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400 dark:focus:border-gray-400"
Expand Down

0 comments on commit efa44ec

Please sign in to comment.